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

Commit ed410ea

Browse files
authored
Merge pull request #466 from KnisterPeter/wallaby-cli-test
test(wallaby): exclude cli-test
2 parents 8ebdf00 + 1151304 commit ed410ea

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)