Skip to content

fix(deps): update dependency @anolilab/semantic-release-preset to v5 #383

fix(deps): update dependency @anolilab/semantic-release-preset to v5

fix(deps): update dependency @anolilab/semantic-release-preset to v5 #383

GitHub Actions / JEST Tests succeeded Aug 22, 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