diff options
author | Rich Trott <rtrott@gmail.com> | 2021-04-08 23:55:45 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2021-04-25 01:50:18 -0700 |
commit | 3ef3501e498c4a05776440700e9238ef15f53c86 (patch) | |
tree | 68ee2e169b199581fce9c9360878720bcfd38d74 /test/fixtures/inspector-cli/use-strict.js | |
parent | c6b4ab0d9f7249d75da1473a1c962e3b2e5d0b74 (diff) | |
download | node-new-3ef3501e498c4a05776440700e9238ef15f53c86.tar.gz |
test,debugger: migrate node-inspect tests to core
Migrate the node-inspect tests to core (where node-inspect code now
lives) and remove node-inspect from deps directory.
PR-URL: https://github.com/nodejs/node/pull/38161
Refs: https://github.com/nodejs/node/discussions/36481
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'test/fixtures/inspector-cli/use-strict.js')
-rw-r--r-- | test/fixtures/inspector-cli/use-strict.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/inspector-cli/use-strict.js b/test/fixtures/inspector-cli/use-strict.js new file mode 100644 index 0000000000..9fe4b8f3b4 --- /dev/null +++ b/test/fixtures/inspector-cli/use-strict.js @@ -0,0 +1,2 @@ +'use strict'; +console.log('first real line'); |