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:
regexowl 2024-09-30 11:26:42 +02:00 committed by Klara Simickova
parent 525e456bd0
commit d8c3a49c19

View file

@ -11,7 +11,7 @@ const config = {
},
server: {
deps: {
inline: ['vitest-canvas-mock', '@patternfly'],
inline: ['vitest-canvas-mock', '@patternfly', '@monaco-editor'],
},
},
testTimeout: 10000,