summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_005_missing_dynamic_import.ts.out
blob: 55e4a8524542bc62f2b7ea4f8086c61d77540e88 (plain)
1
2
3
4
error: Uncaught (in promise) TypeError: Module not found "[WILDCARD]/bad-module.ts".
  const _badModule = await import("./bad-module.ts");
                     ^
    at async file://[WILDCARD]/error_005_missing_dynamic_import.ts:2:22