vitest.config: Inline @monaco-editor
`@monaco-editor` needs to be inlined in order to run the tests smoothly without any errors. Note: dependencies include both `@monaco-editor` and `monaco-editor`, only the `@` one needs to be inlined in test dependencies.
This commit is contained in:
parent
525e456bd0
commit
d8c3a49c19
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const config = {
|
|||
},
|
||||
server: {
|
||||
deps: {
|
||||
inline: ['vitest-canvas-mock', '@patternfly'],
|
||||
inline: ['vitest-canvas-mock', '@patternfly', '@monaco-editor'],
|
||||
},
|
||||
},
|
||||
testTimeout: 10000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue