Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/stale action to v9 #138

Closed
wants to merge 1 commit into from

chore(deps): update actions/stale action to v9

8929c3a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): update actions/stale action to v9 #138

chore(deps): update actions/stale action to v9
8929c3a
Select commit
Loading
Failed to load commit list.
GitHub Actions / JEST Tests succeeded Dec 7, 2023 in 0s

JEST Tests βœ…

Tests passed successfully

βœ…Β ./coverage/junit.xml

37 tests were completed in 5s with 37 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Boolean dto 3βœ… 514ms
CuidDto dto 3βœ… 573ms
CurrencyDto dto 3βœ… 2s
DatetimeDto dto 3βœ… 2s
EmailDto dto 3βœ… 589ms
ImageDto dto 3βœ… 2s
JsonDto dto 3βœ… 431ms
NumberDto dto 3βœ… 2s
schema-to-object 1βœ… 2s
StringArrayDto dto 3βœ… 2s
StringDto dto 3βœ… 2s
UrlDto dto 3βœ… 2s
UuidDto dto 3βœ… 626ms

βœ…Β Boolean dto

Boolean dto it should validate input to be a boolean
  βœ… Boolean dto it should validate input to be a boolean
Boolean dto it should nullable
  βœ… Boolean dto it should nullable
Boolean dto it should return a zod type
  βœ… Boolean dto it should return a zod type

βœ…Β CuidDto dto

CuidDto dto it should validate input to be a cuid
  βœ… CuidDto dto it should validate input to be a cuid
CuidDto dto it should be nullable
  βœ… CuidDto dto it should be nullable
CuidDto dto it should return a zod type
  βœ… CuidDto dto it should return a zod type

βœ…Β CurrencyDto dto

CurrencyDto dto it should validate input to be a currency
  βœ… CurrencyDto dto it should validate input to be a currency
CurrencyDto dto it should nullable
  βœ… CurrencyDto dto it should nullable
CurrencyDto dto it should return a zod type
  βœ… CurrencyDto dto it should return a zod type

βœ…Β DatetimeDto dto

DatetimeDto dto it should validate input to be a date time
  βœ… DatetimeDto dto it should validate input to be a date time
DatetimeDto dto it should nullable
  βœ… DatetimeDto dto it should nullable
DatetimeDto dto it should return a zod type
  βœ… DatetimeDto dto it should return a zod type

βœ…Β EmailDto dto

EmailDto dto it should validate input to be a email
  βœ… EmailDto dto it should validate input to be a email
EmailDto dto it should nullable
  βœ… EmailDto dto it should nullable
EmailDto dto it should return a zod type
  βœ… EmailDto dto it should return a zod type

βœ…Β ImageDto dto

ImageDto dto it should validate input to be a image object
  βœ… ImageDto dto it should validate input to be a image object
ImageDto dto it should nullable
  βœ… ImageDto dto it should nullable
ImageDto dto it should return a zod type
  βœ… ImageDto dto it should return a zod type

βœ…Β JsonDto dto

JsonDto dto it should validate input to be a json
  βœ… JsonDto dto it should validate input to be a json
JsonDto dto it should nullable
  βœ… JsonDto dto it should nullable
JsonDto dto it should return a zod type
  βœ… JsonDto dto it should return a zod type

βœ…Β NumberDto dto

NumberDto dto it should validate input to be a number
  βœ… NumberDto dto it should validate input to be a number
NumberDto dto it should nullable
  βœ… NumberDto dto it should nullable
NumberDto dto it should return a zod type
  βœ… NumberDto dto it should return a zod type

βœ…Β schema-to-object

schema-to-object it should transform prisma.schema to objects
  βœ… schema-to-object it should transform prisma.schema to objects

βœ…Β StringArrayDto dto

StringArrayDto dto it should validate input to be a number
  βœ… StringArrayDto dto it should validate input to be a number
StringArrayDto dto it should nullable
  βœ… StringArrayDto dto it should nullable
StringArrayDto dto it should return a zod type
  βœ… StringArrayDto dto it should return a zod type

βœ…Β StringDto dto

StringDto dto it should validate input to be a number
  βœ… StringDto dto it should validate input to be a number
StringDto dto it should nullable
  βœ… StringDto dto it should nullable
StringDto dto it should return a zod type
  βœ… StringDto dto it should return a zod type

βœ…Β UrlDto dto

UrlDto dto it should validate input to be a url
  βœ… UrlDto dto it should validate input to be a url
UrlDto dto it should nullable
  βœ… UrlDto dto it should nullable
UrlDto dto it should return a zod type
  βœ… UrlDto dto it should return a zod type

βœ…Β UuidDto dto

UuidDto dto it should validate input to be a uuid
  βœ… UuidDto dto it should validate input to be a uuid
UuidDto dto it should nullable
  βœ… UuidDto dto it should nullable
UuidDto dto it should return a zod type
  βœ… UuidDto dto it should return a zod type