diff --git a/packages/validator/tests/validate.type.spec.ts b/packages/validator/tests/validate.type.spec.ts index 4f1ed21..acae28b 100644 --- a/packages/validator/tests/validate.type.spec.ts +++ b/packages/validator/tests/validate.type.spec.ts @@ -114,7 +114,7 @@ describe('validate', () => { // eslint-disable-next-line ts/consistent-type-definitions type Opts = { transform: true, const: true } expectTypeOf>().toEqualTypeOf<1>() - expectTypeOf>().toEqualTypeOf() + expectTypeOf>().toEqualTypeOf<1>() expectTypeOf>().toEqualTypeOf<1>() expectTypeOf>().toEqualTypeOf<1>() expectTypeOf>().toEqualTypeOf<0>() @@ -122,7 +122,7 @@ describe('validate', () => { expectTypeOf>().toEqualTypeOf<0>() expectTypeOf>().toEqualTypeOf<0>() expectTypeOf>().toEqualTypeOf() - expectTypeOf>().toEqualTypeOf() + expectTypeOf>().toEqualTypeOf<1>() }) test('special radix', () => { // eslint-disable-next-line ts/consistent-type-definitions