mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Force type safety in design system (no-changelog) (#9586)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -30,7 +30,7 @@ export const vitestConfig = defineVitestConfig({
|
||||
}) as UserConfig;
|
||||
|
||||
const plugins = [vue()];
|
||||
if (process.env.ENABLE_TYPE_CHECKING === 'true') {
|
||||
if (!process.env.VITEST) {
|
||||
plugins.push(checker({ vueTsc: true }));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user