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 8d7aa94 commit 63b6f68Copy full SHA for 63b6f68
__tests__/main.test.ts
package.json
@@ -10,7 +10,7 @@
10
"format-check": "prettier --check **/*.ts",
11
"lint": "eslint src/**/*.ts",
12
"package": "ncc build --source-map --license licenses.txt",
13
- "test": "jest",
+ "test": "jest --passWithNoTests",
14
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test",
15
"contributors:add": "all-contributors add",
16
"hooks:pre-commit": "node hooks/pre-commit.js",
@@ -72,7 +72,7 @@
72
"hooks": {
73
"commit-msg": "commitlint -e $GIT_PARAMS",
74
"pre-commit": "yarn hooks:pre-commit && lint-staged && yarn lint",
75
- "pre-push": "yarn test:lib:headless"
+ "pre-push": "yarn test"
76
}
77
78
0 commit comments