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.
src/
1 parent dc1166c commit 96ca55bCopy full SHA for 96ca55b
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint --report-unused-disable-directives --max-warnings=0 .",
10
"lint-ci": "SARIF_ESLINT_IGNORE_SUPPRESSED=true eslint --report-unused-disable-directives --max-warnings=0 . --format @microsoft/eslint-formatter-sarif --output-file=eslint.sarif",
11
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --fix",
12
- "test": "npm run transpile && ava src/**.test.ts --serial --verbose",
+ "test": "npm run transpile && ava src/ --serial --verbose",
13
"test-debug": "npm run test -- --timeout=20m",
14
"transpile": "tsc --build --verbose"
15
},
0 commit comments