From 74e294c8c1873db447af0f02229470f8d78fffdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 24 Sep 2024 02:33:03 +0100 Subject: refactor: reenable more tests after DENO_FUTURE migration (#25752) Rewrites and reenables following tests: - `task::task_both_package_json_selected` --- tests/testdata/task/both/package.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/testdata/task/both/package.json (limited to 'tests/testdata/task/both/package.json') diff --git a/tests/testdata/task/both/package.json b/tests/testdata/task/both/package.json deleted file mode 100644 index 708ccc6b1..000000000 --- a/tests/testdata/task/both/package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "scripts": { - "bin": "cli-esm testing this out", - "output": "echo should never be called or shown" - }, - "dependencies": { - "other": "npm:@denotest/bin@1.0" - } -} -- cgit v1.2.3