Skip to content

Commit aae91e3

Browse files
committed
just run the actual tests
1 parent ed76cee commit aae91e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"start": "node_modules/react-native/packager/packager.sh",
7-
"test": "npm run mocha-test test",
7+
"test": "npm run mocha-test test/integration",
88
"mocha-test": "mocha --recursive --compilers js:babel/register",
99
"compile:test": "TARGET=test node tasks/compile.js",
1010
"compile:staging": "TARGET=staging node tasks/compile.js",

0 commit comments

Comments
 (0)