diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/lockfile/basic/test.nolock.out | 2 | ||||
-rw-r--r-- | cli/tests/testdata/test/collect.deprecated.out | 6 | ||||
-rw-r--r-- | cli/tests/testdata/test/collect.out | 6 | ||||
-rw-r--r-- | cli/tests/testdata/test/collect2.out | 4 | ||||
-rw-r--r-- | cli/tests/testdata/test/filter.out | 6 | ||||
-rw-r--r-- | cli/tests/testdata/test/shuffle.out | 6 |
6 files changed, 15 insertions, 15 deletions
diff --git a/cli/tests/testdata/lockfile/basic/test.nolock.out b/cli/tests/testdata/lockfile/basic/test.nolock.out index bb62a8112..1332dfa8f 100644 --- a/cli/tests/testdata/lockfile/basic/test.nolock.out +++ b/cli/tests/testdata/lockfile/basic/test.nolock.out @@ -1,4 +1,4 @@ Download http://localhost:4545/lockfile/basic/mod.ts Check file:///[WILDCARD]/main.test.ts -running 1 test from ./main.test.ts +running 1 test from [WILDCARD]/main.test.ts [WILDCARD] diff --git a/cli/tests/testdata/test/collect.deprecated.out b/cli/tests/testdata/test/collect.deprecated.out index 9bf68807c..7db2f276c 100644 --- a/cli/tests/testdata/test/collect.deprecated.out +++ b/cli/tests/testdata/test/collect.deprecated.out @@ -2,9 +2,9 @@ Warning: "files" configuration is deprecated. Please use "include" and "exclude" Check [WILDCARD]/test/collect/include/2_test.ts Check [WILDCARD]/test/collect/include/test.ts Check [WILDCARD]/test/collect/test.ts -running 0 tests from ./test/collect/include/2_test.ts -running 0 tests from ./test/collect/include/test.ts -running 0 tests from ./test/collect/test.ts +running 0 tests from [WILDCARD]/test/collect/include/2_test.ts +running 0 tests from [WILDCARD]/test/collect/include/test.ts +running 0 tests from [WILDCARD]/test/collect/test.ts ok | 0 passed | 0 failed ([WILDCARD]) diff --git a/cli/tests/testdata/test/collect.out b/cli/tests/testdata/test/collect.out index dc5161a90..734adbe6b 100644 --- a/cli/tests/testdata/test/collect.out +++ b/cli/tests/testdata/test/collect.out @@ -1,9 +1,9 @@ Check [WILDCARD]/test/collect/include/2_test.ts Check [WILDCARD]/test/collect/include/test.ts Check [WILDCARD]/test/collect/test.ts -running 0 tests from ./test/collect/include/2_test.ts -running 0 tests from ./test/collect/include/test.ts -running 0 tests from ./test/collect/test.ts +running 0 tests from [WILDCARD]/test/collect/include/2_test.ts +running 0 tests from [WILDCARD]/test/collect/include/test.ts +running 0 tests from [WILDCARD]/test/collect/test.ts ok | 0 passed | 0 failed ([WILDCARD]) diff --git a/cli/tests/testdata/test/collect2.out b/cli/tests/testdata/test/collect2.out index af31ee31e..0c00c956a 100644 --- a/cli/tests/testdata/test/collect2.out +++ b/cli/tests/testdata/test/collect2.out @@ -1,7 +1,7 @@ Check [WILDCARD]/test/collect/include/test.ts Check [WILDCARD]/test/collect/test.ts -running 0 tests from ./test/collect/include/test.ts -running 0 tests from ./test/collect/test.ts +running 0 tests from [WILDCARD]/test/collect/include/test.ts +running 0 tests from [WILDCARD]/test/collect/test.ts ok | 0 passed | 0 failed ([WILDCARD]) diff --git a/cli/tests/testdata/test/filter.out b/cli/tests/testdata/test/filter.out index bc1ff6e01..af3e43ab8 100644 --- a/cli/tests/testdata/test/filter.out +++ b/cli/tests/testdata/test/filter.out @@ -1,11 +1,11 @@ Check [WILDCARD]/test/filter/a_test.ts Check [WILDCARD]/test/filter/b_test.ts Check [WILDCARD]/test/filter/c_test.ts -running 1 test from ./test/filter/a_test.ts +running 1 test from [WILDCARD]/test/filter/a_test.ts foo ... ok ([WILDCARD]) -running 1 test from ./test/filter/b_test.ts +running 1 test from [WILDCARD]/test/filter/b_test.ts foo ... ok ([WILDCARD]) -running 1 test from ./test/filter/c_test.ts +running 1 test from [WILDCARD]/test/filter/c_test.ts foo ... ok ([WILDCARD]) ok | 3 passed | 0 failed | 6 filtered out ([WILDCARD]) diff --git a/cli/tests/testdata/test/shuffle.out b/cli/tests/testdata/test/shuffle.out index fdc2ca9ed..9037ff518 100644 --- a/cli/tests/testdata/test/shuffle.out +++ b/cli/tests/testdata/test/shuffle.out @@ -1,7 +1,7 @@ Check [WILDCARD]/test/shuffle/bar_test.ts Check [WILDCARD]/test/shuffle/baz_test.ts Check [WILDCARD]/test/shuffle/foo_test.ts -running 10 tests from ./test/shuffle/foo_test.ts +running 10 tests from [WILDCARD]/test/shuffle/foo_test.ts test 3 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) test 7 ... ok ([WILDCARD]) @@ -12,7 +12,7 @@ test 9 ... ok ([WILDCARD]) test 4 ... ok ([WILDCARD]) test 6 ... ok ([WILDCARD]) test 1 ... ok ([WILDCARD]) -running 10 tests from ./test/shuffle/baz_test.ts +running 10 tests from [WILDCARD]/test/shuffle/baz_test.ts test 3 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) test 7 ... ok ([WILDCARD]) @@ -23,7 +23,7 @@ test 9 ... ok ([WILDCARD]) test 4 ... ok ([WILDCARD]) test 6 ... ok ([WILDCARD]) test 1 ... ok ([WILDCARD]) -running 10 tests from ./test/shuffle/bar_test.ts +running 10 tests from [WILDCARD]/test/shuffle/bar_test.ts test 3 ... ok ([WILDCARD]) test 2 ... ok ([WILDCARD]) test 7 ... ok ([WILDCARD]) |