From bd53567acf7d7bb28e51c0137054c5a9d9e19bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 9 Jan 2022 17:44:36 +0100 Subject: test: add inspector test with ts files (#13312) --- cli/tests/testdata/inspector/inspector2.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cli/tests/testdata/inspector/inspector2.js (limited to 'cli/tests/testdata/inspector/inspector2.js') diff --git a/cli/tests/testdata/inspector/inspector2.js b/cli/tests/testdata/inspector/inspector2.js new file mode 100644 index 000000000..57f80ef94 --- /dev/null +++ b/cli/tests/testdata/inspector/inspector2.js @@ -0,0 +1,4 @@ +console.log("hello from the script"); + +// This process will be killed before the timeout is over. +await new Promise((res, _) => setTimeout(res, 1000)); -- cgit v1.2.3