victop-front-cross-over
Version:
维涛前端框架-交叉表辅助文件
13 lines (9 loc) • 354 B
text/typescript
import { TestBed } from '@angular/core/testing';
import { CrossOvcerService } from './cross-ovcer.service';
describe('CrossOvcerService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: CrossOvcerService = TestBed.get(CrossOvcerService);
expect(service).toBeTruthy();
});
});