From bcfe279fba865763c87f9cd8d5a2d0b2cbf451be Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 21 Oct 2022 11:20:18 -0400 Subject: feat(unstable/npm): initial type checking of npm specifiers (#16332) --- .../testdata/npm/registry/@denotest/check-error/1.0.0/index.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js (limited to 'cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js') diff --git a/cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js b/cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js new file mode 100644 index 000000000..7eb6b784d --- /dev/null +++ b/cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js @@ -0,0 +1,6 @@ +module.exports = { + Class1: class { + }, + Class2: class { + }, +}; -- cgit v1.2.3