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 035dc7c commit d208e45Copy full SHA for d208e45
package.json
@@ -3,7 +3,7 @@
3
"main": "lib/index.ts",
4
"scripts": {
5
"build": "rm -rf dist/ && deno-node-build --root . --out dist/ --entry lib/index.ts",
6
- "test": "c8 --reporter lcov --reporter html --reporter text mocha test/**/*.ts",
+ "test": "c8 --reporter lcov --reporter html --reporter text --exclude lib/snippets mocha test/**/*.ts",
7
"lint": "eslint ."
8
},
9
"devDependencies": {
0 commit comments