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 0af356f commit d15b99cCopy full SHA for d15b99c
.nycrc.json
@@ -2,5 +2,6 @@
2
"extends": "@istanbuljs/nyc-config-typescript",
3
"all": false,
4
"include": ["src/**"],
5
- "exclude": ["src/test/**"]
+ "exclude": ["src/test/**"],
6
+ "check-coverage": true
7
}
package.json
@@ -27,8 +27,7 @@
27
"homepage": "https://github.com/davidyaha/graphql-redis-subscriptions",
28
"scripts": {
29
"compile": "tsc",
30
- "test": "npm run testonly -- && npm run integration --",
31
- "posttest": "npm run lint",
+ "test": "npm run coverage && npm run lint",
32
"lint": "eslint src --ext ts",
33
"watch": "tsc -w",
34
"testonly": "mocha --reporter spec src/test/tests.ts",
0 commit comments