Skip to content

Commit b963396

Browse files
committed
Run test script
1 parent 7d5cc2e commit b963396

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/fiber/tests-passing.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
eslint-rules/__tests__/no-primitive-constructors-test.js
2+
* !!obj
3+
* '' + obj
4+
* +string
5+
* Boolean(obj)
6+
* String(obj)
7+
* Number(string)
8+
19
eslint-rules/__tests__/warning-and-invariant-args-test.js
210
* warning(true, 'hello, world');
311
* warning(true, 'expected %s, got %s', 42, 24);

0 commit comments

Comments
 (0)