Skip to content

Commit

Permalink
Update vitest version, add coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
caro401 committed Dec 14, 2023
1 parent 76054ef commit 7f5d172
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 121 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_modules
.env
.env.*
!.env.example
/dist

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ module.exports = {
parser: '@typescript-eslint/parser'
}
}
]
],
rules: { 'svelte/no-at-html-tags': 'off' }
};
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
test-results
coverage
/coverage
Loading

0 comments on commit 7f5d172

Please sign in to comment.