ci: Fix prettier auto-formatting (no-changelog) (#7063)
This commit is contained in:
committed by
GitHub
parent
fa3d7070b0
commit
a693b29134
@@ -3,7 +3,7 @@ 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'];
|
||||
const vi: (typeof import('vitest'))['vitest'];
|
||||
}
|
||||
|
||||
describe('createEventBus()', () => {
|
||||
|
||||
Reference in New Issue
Block a user