Files
airport-chengdu-web/src/app/pages/historical-data/historical-data.module.spec.ts
T
2018-10-29 16:27:34 +08:00

14 lines
340 B
TypeScript

import { HistoricalDataModule } from './historical-data.module';
describe('HistoricalDataModule', () => {
let historicalDataModule: HistoricalDataModule;
beforeEach(() => {
historicalDataModule = new HistoricalDataModule();
});
it('should create an instance', () => {
expect(historicalDataModule).toBeTruthy();
});
});