blob: fbff4d934c1695f462209bab2e60ff11dc897f41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Check [WILDCARD]/glob/pages/[id].ts
Check [WILDCARD]/glob/data/test1.js
Check [WILDCARD]/glob/data/test1.ts
Check [WILDCARD]/glob/nested/fizz/bar.ts
Check [WILDCARD]/glob/nested/fizz/fizz.ts
Check [WILDCARD]/glob/nested/fizz/foo.ts
Check [WILDCARD]/glob/nested/foo/bar.ts
Check [WILDCARD]/glob/nested/foo/fizz.ts
Check [WILDCARD]/glob/nested/foo/foo.ts
running 0 tests from ./glob/pages/[id].ts
running 0 tests from ./glob/data/test1.js
running 0 tests from ./glob/data/test1.ts
running 0 tests from ./glob/nested/fizz/bar.ts
running 0 tests from ./glob/nested/fizz/fizz.ts
running 0 tests from ./glob/nested/fizz/foo.ts
running 0 tests from ./glob/nested/foo/bar.ts
running 0 tests from ./glob/nested/foo/fizz.ts
running 0 tests from ./glob/nested/foo/foo.ts
ok | 0 passed | 0 failed ([WILDCARD])
|