Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
logustra committed Mar 28, 2022
1 parent 19a8b1b commit 5e06578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitebook/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default defineConfig<DefaultThemeConfig>({
include: [
'src/components/**/**/*.md',
'src/components/**/**/*.story.vue',
'src/modules/**/**/**/*.md',
'src/modules/**/**/**/*.story.vue',
'src/modules/**/components/**/*.md',
'src/modules/**/components/**/*.story.vue',
'src/styles/**/*.md',
],
/**
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default defineConfig(({ mode }) => {
test = {
include: [
'src/components/**/**/*.test.ts',
'src/modules/**/components/**/*.test.ts',
'src/modules/**/tests/*.test.ts',
],
environment: 'happy-dom',
Expand Down

0 comments on commit 5e06578

Please sign in to comment.