Gary Glass

Results 21 issues of Gary Glass

### Description This test fails: ```ts test('reset should clear container', () => { assert.ok(!typedi.Container.has('foobar'), "Should be no foobar in container."); typedi.Container.set('foobar', 'some value'); assert.ok(typedi.Container.has('foobar'), "Foobar should be in container."); typedi.Container.reset();...

type: fix
status: needs triage