Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 1151304

Browse files
committed
test(wallaby): exclude cli-test
Since cli.js requires './dist/src/index' I don't think we can make this work with wallaby without having a tsc watcher running at the same time to update the dist file.
1 parent 8ebdf00 commit 1151304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wallaby.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ module.exports = function(wallaby) {
99
{pattern: 'node_modules/dts-dom/bin/index.d.ts', instrument: false}
1010
],
1111
tests: [
12-
'tests/**/*-test.ts'
12+
'tests/**/*-test.ts',
13+
'!tests/cli-test.ts',
1314
],
1415
env: {
1516
type: 'node'

0 commit comments

Comments
 (0)