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

fix(deps): update dependency lint-staged to v15 #133

Closed
wants to merge 1 commit into from

fix(deps): update dependency lint-staged to v15

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

fix(deps): update dependency lint-staged to v15 #133

fix(deps): update dependency lint-staged to v15
37daa78
Select commit
Loading
Failed to load commit list.
GitHub Actions / JEST Tests succeeded Oct 19, 2023 in 1s

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