Skip to content

Commit

Permalink
test: check union with *not* only undefined types
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Aug 22, 2024
1 parent 5772940 commit fe1e7af
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions demo/schema-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,9 @@ const schemaInstanceJSON9 = {
},
{
type: 'undefined'
},
{
type: 'string'
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions instrumented/demo/index-schema.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions instrumented/demo/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions instrumented/demo/schema-preloaded-array.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions instrumented/demo/schema-preloaded.js

Large diffs are not rendered by default.

0 comments on commit fe1e7af

Please sign in to comment.