Skip to content

Commit 96ca55b

Browse files
committed
Ava: Run all tests in src/ directory
1 parent dc1166c commit 96ca55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
1010
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
1111
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
12-
"test": "npm run transpile && ava src/**.test.ts --serial --verbose",
12+
"test": "npm run transpile && ava src/ --serial --verbose",
1313
"test-debug": "npm run test -- --timeout=20m",
1414
"transpile": "tsc --build --verbose"
1515
},

0 commit comments

Comments
 (0)