mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
fix(editor): Update vitest workspace configuration and vs code settings (no-changelog) (#19942)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
199d919df1
commit
0d658fbadf
2 changed files with 5 additions and 2 deletions
3
.vscode/settings.default.json
vendored
3
.vscode/settings.default.json
vendored
|
|
@ -33,5 +33,6 @@
|
|||
{
|
||||
"mode": "auto"
|
||||
}
|
||||
]
|
||||
],
|
||||
"vitest.workspaceConfig": "./vitest.workspace.ts"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
export default ['packages/frontend'];
|
||||
import { defineWorkspace } from 'vitest/config';
|
||||
|
||||
export default defineWorkspace(['packages/**/vite.config.{js,ts,mjs,mts}', 'packages/**/vitest.config.{js,ts,mjs,mts}']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue