Skip to content

Commit f5ab175

Browse files
committed
Update modules-lib test configuration
1 parent 0c9b1a8 commit f5ab175

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/modules-lib/vitest.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ import rootConfig from '../../vitest.config.js';
66
export default mergeConfig(
77
rootConfig,
88
defineProject({
9+
optimizeDeps: {
10+
include: [
11+
'@blueprintjs/core',
12+
'@blueprintjs/icons',
13+
'lodash',
14+
'vitest-browser-react',
15+
]
16+
},
917
plugins: [react()],
1018
test: {
1119
name: 'Modules Library',

0 commit comments

Comments
 (0)