diff --git a/spec/api-global-shortcut-spec.ts b/spec/api-global-shortcut.spec.ts similarity index 99% rename from spec/api-global-shortcut-spec.ts rename to spec/api-global-shortcut.spec.ts index 5840543ef3..8de0fc8aab 100644 --- a/spec/api-global-shortcut-spec.ts +++ b/spec/api-global-shortcut.spec.ts @@ -1,6 +1,7 @@ import { globalShortcut } from 'electron/main'; import { expect } from 'chai'; +import { afterEach, beforeEach, describe, it } from 'vitest'; import { singleModifierCombinations, doubleModifierCombinations } from './lib/accelerator-helpers'; import { ifdescribe } from './lib/spec-helpers';