10000
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 8852859 commit aae35f7Copy full SHA for aae35f7
package.json
@@ -16,7 +16,7 @@
16
"textlint-plugin-asciidoctor": "1.0.2"
17
},
18
"scripts": {
19
- "test": "jest src/ # jest # mocha src/**/*spec.js # jasmine JASMINE_CONFIG_PATH=jasmine.json # node jasmine-runner.js",
+ "test": "jest src/",
20
"watch": "jest src/ --watch --coverage",
21
"coverage": "jest src/ --coverage && open coverage/lcov-report/index.html",
22
"linter": "npx eslint --fix -f codeframe src/"
0 commit comments