Skip to content

Commit

Permalink
Run test script
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Mar 1, 2017
1 parent 7d5cc2e commit b963396
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/fiber/tests-passing.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
eslint-rules/__tests__/no-primitive-constructors-test.js
* !!obj
* '' + obj
* +string
* Boolean(obj)
* String(obj)
* Number(string)

eslint-rules/__tests__/warning-and-invariant-args-test.js
* warning(true, 'hello, world');
* warning(true, 'expected %s, got %s', 42, 24);
Expand Down

0 comments on commit b963396

Please sign in to comment.