Skip to content

Commit

Permalink
feat(test): Add frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Likqez committed Oct 30, 2024
1 parent 9934ae6 commit 4b2126f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { defineVitestConfig } from '@nuxt/test-utils/config'

export default defineVitestConfig({
test: {
globals: true,
include: ['**/*.test.ts'],
environment: 'nuxt'
}
})

0 comments on commit 4b2126f

Please sign in to comment.