diff options
Diffstat (limited to 'tests/registry/npm/@denotest/check-error/1.0.0/other_dir/index.js')
-rw-r--r-- | tests/registry/npm/@denotest/check-error/1.0.0/other_dir/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/check-error/1.0.0/other_dir/index.js b/tests/registry/npm/@denotest/check-error/1.0.0/other_dir/index.js new file mode 100644 index 000000000..56259f22d --- /dev/null +++ b/tests/registry/npm/@denotest/check-error/1.0.0/other_dir/index.js @@ -0,0 +1 @@ +module.exports.otherDir = 2; |