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 ed76cee commit aae91e3Copy full SHA for aae91e3
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"start": "node_modules/react-native/packager/packager.sh",
7
- "test": "npm run mocha-test test",
+ "test": "npm run mocha-test test/integration",
8
"mocha-test": "mocha --recursive --compilers js:babel/register",
9
"compile:test": "TARGET=test node tasks/compile.js",
10
"compile:staging": "TARGET=staging node tasks/compile.js",
0 commit comments