ucap-doc/documents/업무/4월/1째주/overay-spinner.service.spec.ts

13 lines
369 B
TypeScript
Raw Normal View History

2020-04-03 08:37:51 +00:00
import { TestBed } from '@angular/core/testing';
import { OveraySpinnerService } from './overay-spinner.service';
describe('OveraySpinnerService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: OveraySpinnerService = TestBed.get(OveraySpinnerService);
expect(service).toBeTruthy();
});
});