summaryrefslogtreecommitdiff
path: root/tests/specs/npm/es_module/__test__.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/es_module/__test__.json')
-rw-r--r--tests/specs/npm/es_module/__test__.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/specs/npm/es_module/__test__.json b/tests/specs/npm/es_module/__test__.json
deleted file mode 100644
index f720a2bc0..000000000
--- a/tests/specs/npm/es_module/__test__.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "base": "npm",
- "steps": [{
- "args": "run --allow-read --allow-env main.js",
- "output": "main.out"
- }, {
- "cleanDenoDir": true,
- "args": "test --allow-read --allow-env test.js",
- "output": "test.out"
- }, {
- "cleanDenoDir": true,
- "args": [
- "eval",
- "import chalk from 'npm:chalk@5'; console.log(chalk.green('chalk esm loads'));"
- ],
- "output": "main.out"
- }, {
- "args": "bundle --quiet main.js",
- "output": "bundle.out",
- "exitCode": 1
- }]
-}