diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-03-19 14:49:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 14:49:06 +0100 |
commit | 74c37e759ac03267975309c1425223289ebc925f (patch) | |
tree | eb720d4d12a5427dcff0fba07bab8b4ca8d4c7c3 /std/testing/testdata/foo.ts | |
parent | 8de4a05f2a93f194f71b959f4d47a1b4fc61aa41 (diff) |
remove std/testing/runner.ts, use deno test for std/ tests (#4397)
This introduces BREAKING CHANGE by removing "std/testing/runner.ts".
Std tests are now run using "deno test" subcommand.
Diffstat (limited to 'std/testing/testdata/foo.ts')
-rw-r--r-- | std/testing/testdata/foo.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/testing/testdata/foo.ts b/std/testing/testdata/foo.ts deleted file mode 100644 index cb0ff5c3b..000000000 --- a/std/testing/testdata/foo.ts +++ /dev/null @@ -1 +0,0 @@ -export {}; |