Pārlūkot izejas kodu

fix robolectric

Daniel Zlotin 8 gadus atpakaļ
vecāks
revīzija
3d4b92bc9c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      package.json

+ 1
- 1
package.json Parādīt failu

22
     "build": ":",
22
     "build": ":",
23
     "lint": "eslint src test",
23
     "lint": "eslint src test",
24
     "test:js": "jest",
24
     "test:js": "jest",
25
-    "test:android": "cd android && ./gradlew clean testDebugUnitTest",
25
+    "test:android": "cd android && ./gradlew clean testDebugUnitTest -Dpre-dex=false",
26
     "test:ios": ":",
26
     "test:ios": ":",
27
     "pretest": "npm run lint",
27
     "pretest": "npm run lint",
28
     "test": "npm run test:js && npm run test:android && npm run test:ios",
28
     "test": "npm run test:js && npm run test:android && npm run test:ios",