Skip to content

Commit

Permalink
Merge pull request #46 from webdevnerdstuff/vitest
Browse files Browse the repository at this point in the history
Vitest
  • Loading branch information
webdevnerdstuff authored Dec 18, 2023
2 parents bb92597 + 87e9526 commit 95214f9
Show file tree
Hide file tree
Showing 66 changed files with 5,459 additions and 11,050 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ module.exports = {
],
ignorePatterns: [
'.eslintrc.js',
'vite.build.config.ts',
'vite.config.ts',
'vite.build.config.mts',
'vite.config.mts',
'*.bk.vue',
'*.spec.ts',
],
overrides: [
{
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ dist-ssr


src/plugin/**/*.bk.*
src/plugin/components/VInlineAutocomplete
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
npx lint-staged && npm run test:build
Loading

0 comments on commit 95214f9

Please sign in to comment.