Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 8beeb73

Browse files
committed
run tests in node first, to confirm tests make sense
1 parent 7277256 commit 8beeb73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "module",
33
"private": true,
44
"scripts": {
5-
"test": "npm run test:desktop",
5+
"test": "npm run test:node && npm run test:desktop",
6+
"test:node": "node src/index.js",
67
"test:desktop": "./scripts/test-desktop.sh",
78
"test:android": "./scripts/test-android.sh",
89
"test:android-emulator": "./scripts/test-android-emulator.sh",

0 commit comments

Comments
 (0)