- confugure vitest

This commit is contained in:
uros 2024-08-01 15:32:14 +02:00
parent 1618e6d7db
commit fa844bda11
2 changed files with 1 additions and 19 deletions

View file

@ -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')]
}
})
);