Skip to content

Commit 50bd26b

Browse files
committed
test: also exclude local test folder when running tests against virtual file system
1 parent 4ce23c9 commit 50bd26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/setup-rollup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export async function generateRollupBundle(
192192
debug,
193193
cwd,
194194
typescript,
195-
exclude: [...exclude, "dist/**/*.*", "src/**/*.*"],
195+
exclude: [...exclude, "dist/**/*.*", "src/**/*.*", "test/**/*.*"],
196196
tsconfig:
197197
typeof tsconfig === "string"
198198
? tsconfig

0 commit comments

Comments
 (0)