diff options
Diffstat (limited to 'tests/testdata/inspector/inspector_test.js')
-rw-r--r-- | tests/testdata/inspector/inspector_test.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/inspector/inspector_test.js b/tests/testdata/inspector/inspector_test.js new file mode 100644 index 000000000..86cd48854 --- /dev/null +++ b/tests/testdata/inspector/inspector_test.js @@ -0,0 +1,3 @@ +Deno.test("basic test", () => { + console.log("test has finished running"); +}); |