2024-07-03 20:54:33 -04:00
|
|
|
{
|
|
|
|
"tempDir": true,
|
|
|
|
"tests": {
|
|
|
|
"global_cache": {
|
2024-08-30 13:58:58 -04:00
|
|
|
"args": "run --node-modules=global-auto b/main.ts",
|
2024-07-03 20:54:33 -04:00
|
|
|
"output": "b/main_global_cache.out"
|
|
|
|
},
|
2024-07-17 09:13:22 -04:00
|
|
|
"global_cache_bare_specifier_not_in_pkg": {
|
2024-08-30 13:58:58 -04:00
|
|
|
"args": "run --node-modules=global-auto main.ts",
|
2024-07-17 09:13:22 -04:00
|
|
|
"output": "main.out"
|
|
|
|
},
|
2024-07-03 20:54:33 -04:00
|
|
|
"node_modules_dir": {
|
2024-08-30 13:58:58 -04:00
|
|
|
"args": "run --node-modules=local-auto b/main.ts",
|
2024-07-03 20:54:33 -04:00
|
|
|
"output": "b/main_node_modules_dir.out"
|
|
|
|
},
|
|
|
|
"byonm": {
|
|
|
|
"envs": {
|
|
|
|
"DENO_FUTURE": "1"
|
|
|
|
},
|
|
|
|
"steps": [{
|
|
|
|
"args": "install",
|
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"args": "run b/main.ts",
|
|
|
|
"output": "b/main_byonm.out"
|
|
|
|
}]
|
|
|
|
},
|
|
|
|
"exports_sub_path_not_exists": {
|
2024-08-30 13:58:58 -04:00
|
|
|
// TODO(2.0): this test appears legitimately broken
|
|
|
|
"ignore": true,
|
2024-07-03 20:54:33 -04:00
|
|
|
"args": "run b/exports-sub-path-not-exists.ts",
|
|
|
|
"output": "b/exports-sub-path-not-exists.out",
|
|
|
|
"exitCode": 1
|
|
|
|
},
|
|
|
|
"no_exports_sub_path_not_exists": {
|
2024-08-30 13:58:58 -04:00
|
|
|
// TODO(2.0): this test appears legitimately broken
|
|
|
|
"ignore": true,
|
2024-07-03 20:54:33 -04:00
|
|
|
"args": "run b/no-exports-sub-path-not-exists.ts",
|
|
|
|
"output": "b/no-exports-sub-path-not-exists.out",
|
|
|
|
"exitCode": 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|