mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Fix build (no-changelog) (#6379)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { createEventBus } from '../event-bus';
|
||||
|
||||
// @TODO: Remove when conflicting vitest and jest globals are reconciled
|
||||
declare global {
|
||||
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
|
||||
const vi: typeof import('vitest')['vitest'];
|
||||
}
|
||||
|
||||
describe('createEventBus()', () => {
|
||||
const eventBus = createEventBus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user