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