Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 9 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import initPreIndex from 'src/app/init-pre/index'; |
||
2 | |||
3 | describe('src/app/init-pre/index.ts', () => { |
||
4 | it('should contain pre-initializer', () => { |
||
5 | expect(Object.keys(initPreIndex)).toHaveLength(2); |
||
6 | expect(initPreIndex.apiServices).toBeDefined(); |
||
7 | expect(initPreIndex.state).toBeDefined(); |
||
8 | }); |
||
9 | }); |
||
10 |