diff options
Diffstat (limited to 'cli/tests/module_graph/file_tests-diag.ts')
-rw-r--r-- | cli/tests/module_graph/file_tests-diag.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/module_graph/file_tests-diag.ts b/cli/tests/module_graph/file_tests-diag.ts new file mode 100644 index 000000000..ba365234a --- /dev/null +++ b/cli/tests/module_graph/file_tests-diag.ts @@ -0,0 +1,4 @@ +import * as c from "./c/mod.ts"; + +// deno-lint-ignore no-undef +consol.log(c); |