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
     "react/no-danger": "error",
404
     "react/no-danger": "error",
405
     "react/no-deprecated": "error",
405
     "react/no-deprecated": "error",
406
     "react/no-did-mount-set-state": [
406
     "react/no-did-mount-set-state": [
407
-      "error",
408
-      "allow-in-func"
407
+      "error"
409
     ],
408
     ],
410
     "react/no-did-update-set-state": [
409
     "react/no-did-update-set-state": [
411
-      "error",
412
-      "allow-in-func"
410
+      "error"
413
     ],
411
     ],
414
     "react/no-direct-mutation-state": "error",
412
     "react/no-direct-mutation-state": "error",
415
     "react/no-is-mounted": "error",
413
     "react/no-is-mounted": "error",

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

35
                 if (!desc.parent) { // will match the outermost suite
35
                 if (!desc.parent) { // will match the outermost suite
36
                     def output = "      ${result.resultType} (${result.successfulTestCount} successes, ${result.failedTestCount} failures, ${result.skippedTestCount} skipped)     "
36
                     def output = "      ${result.resultType} (${result.successfulTestCount} successes, ${result.failedTestCount} failures, ${result.skippedTestCount} skipped)     "
37
                     def repeatLength = output.length()
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
                     println "see report at file://${t.reports.html.destination}/index.html"
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