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 2a5d5b0 commit 2123542Copy full SHA for 2123542
1 file changed
bin/test.ts
@@ -11,6 +11,7 @@ import { Runner } from '#src'
11
12
await Runner.setTsEnv()
13
.addAssertPlugin()
14
+ .addExpectTypeOfPlugin()
15
.addPath('tests/unit/**/*Test.ts')
16
.setCliArgs(process.argv.slice(2))
17
.setGlobalTimeout(10000)
0 commit comments