1
0
Fork 0

chore(webui): upgrade angular cli version

This commit is contained in:
Antoine CARON 2019-02-01 16:30:06 +01:00 committed by Traefiker Bot
parent 162490dadf
commit 0561a20c06
12 changed files with 3391 additions and 2745 deletions

View file

@ -25,7 +25,7 @@ describe('BarChartComponent', () => {
});
it('should initially go to loading state', () => {
expect(component.loading).toBeTruthy()
expect(component.loading).toBeTruthy();
});
});