@ -11,6 +11,7 @@ import {INJECTOR, ScopedService} from './usage';
|
||||
|
||||
|
||||
describe('functional test for injection system bundling', () => {
|
||||
it('should be able to inject the scoped service',
|
||||
() => { expect(INJECTOR.get(ScopedService) instanceof ScopedService).toBe(true); });
|
||||
it('should be able to inject the scoped service', () => {
|
||||
expect(INJECTOR.get(ScopedService) instanceof ScopedService).toBe(true);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user