Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Apr 1, 2023
1 parent 5067d0d commit 59d2db7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/validator/test/schema/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,13 +634,13 @@ export const scenarios = fixture => [
schema: Schema.unknown().nullable(),
expect: fixture.unknown.any || fixture.any,
},
// {
// schema: Schema.unknown().default('DEFAULT'),
// expect:
// (fixture.unknown.default && fixture.unknown.default('DEFAULT')) ||
// fixture.unknown.any ||
// fixture.any,
// },
{
schema: Schema.unknown().default('DEFAULT'),
expect:
(fixture.unknown.default && fixture.unknown.default('DEFAULT')) ||
fixture.unknown.any ||
fixture.any,
},
{
schema: Schema.string(),
expect: fixture.string.any || fixture.any,
Expand Down

0 comments on commit 59d2db7

Please sign in to comment.