mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
s
This commit is contained in:
@@ -15,12 +15,6 @@ describe('CoreContainer Tests', () => {
|
||||
expect(singleton).toEqual({ value: 'singletonValue' });
|
||||
});
|
||||
|
||||
it('Adding disposer for existing key', () => {
|
||||
// const disposerFn = vi.fn();
|
||||
// coreContainer.addSingleton('existingKey', { value: 'existingValue' });
|
||||
// coreContainer.addDisposer('existingKey', disposerFn);
|
||||
// expect(disposerFn).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('Checking if container is ready', () => {
|
||||
expect(coreContainer.isReady()).toBe(false);
|
||||
|
||||
Reference in New Issue
Block a user