summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/check-error/1.0.0/sub_dir')
-rw-r--r--tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.d.ts1
-rw-r--r--tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.js1
-rw-r--r--tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/lib.d.ts1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.d.ts b/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.d.ts
new file mode 100644
index 000000000..f41a696fd
--- /dev/null
+++ b/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.d.ts
@@ -0,0 +1 @@
+export * from './lib';
diff --git a/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.js b/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.js
new file mode 100644
index 000000000..3dfac4c23
--- /dev/null
+++ b/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/index.js
@@ -0,0 +1 @@
+module.exports.subDir = 1;
diff --git a/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/lib.d.ts b/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/lib.d.ts
new file mode 100644
index 000000000..e5834b52b
--- /dev/null
+++ b/tests/registry/npm/@denotest/check-error/1.0.0/sub_dir/lib.d.ts
@@ -0,0 +1 @@
+export const subDir: 1;