deno/cli/tests/error_005_missing_dynamic_import.ts

3 lines
75 B
TypeScript

(async () => {
const _badModule = await import("./bad-module.ts");
})();