1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/test/test_with_glob_config/main.out
HasanAlrimawi e0b9c745c1
chore: deprecate test itests (#25512)
This PR is part of #22907

---------

Signed-off-by: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-09-16 19:38:40 +00:00

21 lines
800 B
Text

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])