Skip to content

Commit 1b4d7e4

Browse files
committed
fix(test): pass with no tests
1 parent 6dfa37e commit 1b4d7e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"types"
1111
],
1212
"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",
13+
"test-native": "NATIVE=true jest --passWithNoTests --config ./jest.native.json --silent",
14+
"test-web": "jest --passWithNoTests --config ./jest.web.json --silent",
15+
"test-web-no-hook": "NOHOOK=true jest --passWithNoTests --config ./jest.no-hook.json --silent",
1616
"test": "npm run test-web && npm run test-web-no-hook && npm run test-native",
1717
"example": "node ./scripts/startExample.js",
1818
"coveralls": "cat ./coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)