We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d476155 commit e6e34fcCopy full SHA for e6e34fc
cases/stnl.ts
@@ -1,4 +1,3 @@
1
-import compose from 'stnl/compilers/validate-json/compose';
2
import { build, t } from 'stnl';
3
4
import { createCase } from '../benchmarks';
@@ -13,8 +12,8 @@ const assertLoose = t.dict({
13
12
deeplyNested: t.dict({
14
foo: t.string,
15
num: t.float,
16
- bool: t.bool
17
- })
+ bool: t.bool,
+ }),
18
});
19
20
createCase('stnl (just-in-time)', 'assertLoose', () => {
0 commit comments