mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
8
packages/workflow/vitest.config.ts
Normal file
8
packages/workflow/vitest.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable import-x/no-default-export */
|
||||
export default async () => {
|
||||
const { createVitestConfig } = await import('@n8n/vitest-config/node');
|
||||
|
||||
return createVitestConfig({
|
||||
include: ['test/**/*.test.ts'],
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user