summaryrefslogtreecommitdiff
path: root/tests/testdata/inspector/inspector_test.js
blob: 86cd48854ca3290386ca8f164a9c826de1142433 (plain)
1
2
3
Deno.test("basic test", () => {
  console.log("test has finished running");
});