添加菜单页路由
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { HistoricalDataModule } from './historical-data.module';
|
||||
|
||||
describe('HistoricalDataModule', () => {
|
||||
let historicalDataModule: HistoricalDataModule;
|
||||
|
||||
beforeEach(() => {
|
||||
historicalDataModule = new HistoricalDataModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(historicalDataModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user