Skip to content

Commit 81950a7

Browse files
chore: exclude lib/ in vitest (JoshuaKGoldberg#385)
## PR Checklist - [x] Addresses an existing open issue: fixes JoshuaKGoldberg#384 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview https://vitest.dev/config/#exclude
1 parent e45c885 commit 81950a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export default defineConfig({
1313
// https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/100
1414
provider: "istanbul",
1515
},
16+
exclude: ["lib", "node_modules"],
1617
},
1718
});

0 commit comments

Comments
 (0)