diff options
Diffstat (limited to 'tests/specs/workspaces/patch/workspace/my-pkg/mod.ts')
-rw-r--r-- | tests/specs/workspaces/patch/workspace/my-pkg/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/workspaces/patch/workspace/my-pkg/mod.ts b/tests/specs/workspaces/patch/workspace/my-pkg/mod.ts new file mode 100644 index 000000000..11501ab39 --- /dev/null +++ b/tests/specs/workspaces/patch/workspace/my-pkg/mod.ts @@ -0,0 +1 @@ +export { add } from "@denotest/add"; |