mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
- confugure vitest
This commit is contained in:
parent
1618e6d7db
commit
fa844bda11
2 changed files with 1 additions and 19 deletions
|
@ -16,8 +16,7 @@ export default mergeConfig(
|
|||
provider: 'istanbul',
|
||||
reporter: ['text', 'json', 'html']
|
||||
},
|
||||
setupFiles: [path.resolve(__dirname, './config.setup.js')],
|
||||
include: [path.resolve(__dirname, '../../**/*.spec.js')]
|
||||
setupFiles: [path.resolve(__dirname, './src/config/Config.spec.js')]
|
||||
}
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue