[ACA-3081] upgrade @types/jasmine to latest (#1425)

* fix @type/jasmine update errors

* bump coverage

* fix linting
This commit is contained in:
Cilibiu Bogdan
2020-04-22 14:38:22 +03:00
committed by GitHub
parent 6147a9a295
commit b84cdcb1cc
20 changed files with 487 additions and 348 deletions

View File

@@ -472,7 +472,7 @@ describe('app.evaluators', () => {
withCredentials: false
};
expect(app.canShowLanguagePicker(context)).toBe(true);
expect(app.canShowLogout(context)).toBe(true);
});
});
});