diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-24 02:33:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 03:33:03 +0200 |
commit | 74e294c8c1873db447af0f02229470f8d78fffdd (patch) | |
tree | 49a9bf57993a30fdb5eacac3901cce3c8baf00ae /tools | |
parent | d8036ab20c18572fdda26fa7398a152c734c62ed (diff) |
refactor: reenable more tests after DENO_FUTURE migration (#25752)
Rewrites and reenables following tests:
- `task::task_both_package_json_selected`
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index 496e83fc4..6cb27f8dc 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -220,7 +220,7 @@ async function ensureNoNewITests() { "repl_tests.rs": 0, "run_tests.rs": 331, "shared_library_tests.rs": 0, - "task_tests.rs": 4, + "task_tests.rs": 3, "test_tests.rs": 0, "upgrade_tests.rs": 0, "vendor_tests.rs": 1, |