summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/issue12453.js
blob: 2ed1b5ae742e74e912030c6b015e4c200cad0a65 (plain)
1
2
3
4
const i = setInterval(() => {
  Deno.emit("http://localhost:4545/subdir/mt_text_typescript.t1.ts");
  clearInterval(i);
}, 1);