mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02: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:
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}']);
|
||||
|
||||
Reference in New Issue
Block a user