wip
This commit is contained in:
@@ -23,7 +23,7 @@ vi.mock('electron', () => ({
|
||||
|
||||
describe('Electron DIContainer Smoke Tests', () => {
|
||||
beforeEach(() => {
|
||||
(DIContainer as any).instance = undefined;
|
||||
(DIContainer as typeof DIContainer & { instance?: unknown }).instance = undefined;
|
||||
});
|
||||
|
||||
it('DIContainer initializes without errors', () => {
|
||||
|
||||
Reference in New Issue
Block a user