We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfa37e commit 1b4d7e4Copy full SHA for 1b4d7e4
2 files changed
__tests__/example.test.jsx __tests__/example.no-hook.test.jsx__tests__/example.test.jsx renamed to __tests__/example.no-hook.test.jsx
package.json
@@ -10,9 +10,9 @@
10
"types"
11
],
12
"scripts": {
13
- "test-native": "NATIVE=true jest --config ./jest.native.json --silent",
14
- "test-web": "jest --config ./jest.web.json --silent",
15
- "test-web-no-hook": "NOHOOK=true jest --config ./jest.no-hook.json --silent",
+ "test-native": "NATIVE=true jest --passWithNoTests --config ./jest.native.json --silent",
+ "test-web": "jest --passWithNoTests --config ./jest.web.json --silent",
+ "test-web-no-hook": "NOHOOK=true jest --passWithNoTests --config ./jest.no-hook.json --silent",
16
"test": "npm run test-web && npm run test-web-no-hook && npm run test-native",
17
"example": "node ./scripts/startExample.js",
18
"coveralls": "cat ./coverage/lcov.info | coveralls",
0 commit comments