Skip to content

Commit

Permalink
test: configure unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jun 4, 2023
1 parent b4f7c01 commit 7a9b7de
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import { defineConfig } from 'vite';
export default defineConfig({
test: {
// include: ['tests/new*.test.ts', ],
include: ['tests/*.test.ts', 'tests/*.test.js'],
include: ['tests/*.test.ts', 'tests/*.test.js', 'tests/unit/*.ts'],
},
});

0 comments on commit 7a9b7de

Please sign in to comment.