summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/inspector/inspector1.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/inspector/inspector1.js')
-rw-r--r--cli/tests/testdata/inspector/inspector1.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/inspector/inspector1.js b/cli/tests/testdata/inspector/inspector1.js
new file mode 100644
index 000000000..5cb059def
--- /dev/null
+++ b/cli/tests/testdata/inspector/inspector1.js
@@ -0,0 +1,3 @@
+setInterval(() => {
+ console.log("hello");
+}, 1000);