Skip to content

Commit d979978

Browse files
committed
test: Fix main tests to not include hash()
1 parent 85a72e8 commit d979978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fictional.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const f = require('..')
22
const tap = require('tap')
33

4-
var TYPE_EXCLUDES = new Set('hash', 'oneOf', 'tuple')
4+
var TYPE_EXCLUDES = new Set(['hash', 'oneOf', 'tuple'])
55

66
const types = {
77
...getSimpleTyples(),

0 commit comments

Comments
 (0)