diff options
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js')
-rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js | 6 |
1 files changed, 0 insertions, 6 deletions
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 deleted file mode 100644 index 7eb6b784d..000000000 --- a/cli/tests/testdata/npm/registry/@denotest/check-error/1.0.0/index.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - Class1: class { - }, - Class2: class { - }, -}; |