diff options
Diffstat (limited to 'tests/specs/run/patch/my-pkg/mod.ts')
-rw-r--r-- | tests/specs/run/patch/my-pkg/mod.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/run/patch/my-pkg/mod.ts b/tests/specs/run/patch/my-pkg/mod.ts new file mode 100644 index 000000000..41389ed65 --- /dev/null +++ b/tests/specs/run/patch/my-pkg/mod.ts @@ -0,0 +1,2 @@ +export { add } from "@denotest/add"; +import "@denotest/add"; // ensure it only warns once |