0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 05:33:33 -05:00
denoland-deno/tests/specs/node/missing_ext_suggestion/__test__.jsonc

25 lines
438 B
JSON
Raw Normal View History

{
"tests": {
"cjs": {
"args": "run commonjs.ts",
"output": "commonjs.out",
"exitCode": 1
},
"esm": {
"args": "run esm.ts",
"output": "esm.out",
"exitCode": 1
},
"js": {
"args": "run js.ts",
"output": "js.out",
"exitCode": 1
},
"npm_specifier": {
"args": "run npm_specifier.mjs",
"output": "npm_specifier.out",
"exitCode": 1
}
}
}