mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
ci: Fix build (no-changelog) (#6379)
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
import { createEventBus } from '../event-bus';
|
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()', () => {
|
describe('createEventBus()', () => {
|
||||||
const eventBus = createEventBus();
|
const eventBus = createEventBus();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user