diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 01:26:42 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 17:26:42 +0200 |
| commit | 4c35668d90469c6596057e3e1596d86324a1cc3c (patch) | |
| tree | a72412d52e617a6b9b7806ba03ff4e25f18c8641 /tests/testdata/test | |
| parent | 977f8137f3131024e6dbdeb695ded1d33a99d650 (diff) | |
BREAKING: remove `--jobs` flag (#25336)
Diffstat (limited to 'tests/testdata/test')
| -rw-r--r-- | tests/testdata/test/short-pass-jobs-flag-warning.out | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/testdata/test/short-pass-jobs-flag-warning.out b/tests/testdata/test/short-pass-jobs-flag-warning.out deleted file mode 100644 index 0d9e1fd9b..000000000 --- a/tests/testdata/test/short-pass-jobs-flag-warning.out +++ /dev/null @@ -1,8 +0,0 @@ -⚠️ The `--jobs` flag is deprecated and will be removed in Deno 2.0. -Use the `--parallel` flag with possibly the `DENO_JOBS` environment variable instead. -Learn more at: https://docs.deno.com/runtime/manual/basics/env_variables -Check [WILDCARD]/test/short-pass.ts -./test/short-pass.ts => test ... ok ([WILDCARD]) - -ok | 1 passed | 0 failed ([WILDCARD]) - |
