Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit e014d4f

Browse files
authored
Merge pull request #27 from dreamit-de/vitest-2
Adjust vitest config
2 parents da9bd12 + b8e8e72 commit e014d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dreamit/funpara",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Function parameter library for coding and testing",
55
"scripts": {
66
"build": "tsup-node",

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
plugins: [tsconfigPaths()],
66
test: {
77
coverage: {
8-
exclude: ['build', 'tests'],
8+
exclude: ['tsup.config.ts', 'vitest.config.ts', 'build', 'tests'],
99
provider: 'v8',
1010
reporter: ['text'],
1111
},

0 commit comments

Comments
 (0)