Daniel Zlotin 8 years ago
parent
commit
5cae039ba0
3 changed files with 5712 additions and 5 deletions
  1. 2
    4
      .eslintrc
  2. 1
    1
      android/app/build.gradle
  3. 5709
    0
      yarn.lock

+ 2
- 4
.eslintrc View File

@@ -404,12 +404,10 @@
404 404
     "react/no-danger": "error",
405 405
     "react/no-deprecated": "error",
406 406
     "react/no-did-mount-set-state": [
407
-      "error",
408
-      "allow-in-func"
407
+      "error"
409 408
     ],
410 409
     "react/no-did-update-set-state": [
411
-      "error",
412
-      "allow-in-func"
410
+      "error"
413 411
     ],
414 412
     "react/no-direct-mutation-state": "error",
415 413
     "react/no-is-mounted": "error",

+ 1
- 1
android/app/build.gradle View File

@@ -35,7 +35,7 @@ android {
35 35
                 if (!desc.parent) { // will match the outermost suite
36 36
                     def output = "      ${result.resultType} (${result.successfulTestCount} successes, ${result.failedTestCount} failures, ${result.skippedTestCount} skipped)     "
37 37
                     def repeatLength = output.length()
38
-                    println '\n' + ('-' * repeatLength) + '\n' + output + '\n' + ('-' * repeatLength) + '\n'
38
+                    println '\n\n' + ('-' * repeatLength) + '\n' + output + '\n' + ('-' * repeatLength) + '\n'
39 39
 
40 40
                     println "see report at file://${t.reports.html.destination}/index.html"
41 41
                 }

+ 5709
- 0
yarn.lock
File diff suppressed because it is too large
View File