We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da480d5 commit c5e8be9Copy full SHA for c5e8be9
1 file changed
package.json
@@ -42,7 +42,7 @@
42
"build": "napi build --platform --release",
43
"build:debug": "napi build --platform",
44
"prepublishOnly": "napi prepublish -t npm",
45
- "test": "ava",
+ "test": "cd integration-tests && npm run test",
46
"universal": "napi universal",
47
"version": "napi version"
48
}
0 commit comments