Daniel Zlotin пре 7 година
родитељ
комит
5276621aef
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      scripts/test.all.js

+ 2
- 2
scripts/test.all.js Прегледај датотеку

@@ -1,8 +1,8 @@
1 1
 const shellUtils = require('shell-utils');
2 2
 
3 3
 function run() {
4
-  // shellUtils.exec.execSync(`yarn run test-js`);
5
-  // shellUtils.exec.execSync(`yarn run test-unit-android && yarn run test-unit-ios`);
4
+  shellUtils.exec.execSync(`yarn run test-js`);
5
+  shellUtils.exec.execSync(`yarn run test-unit-android && yarn run test-unit-ios`);
6 6
   shellUtils.exec.exec(`yarn run test-e2e-android`);
7 7
   shellUtils.exec.exec(`yarn run test-e2e-ios`);
8 8
 }