clean unit tests core part 2 (#4897)

* promote use setupTestbed

* fix context menu unit test

* fix sidebar warning unit test

* fix spy people widget

* fix ISO warning date time widget

* fix sidebar spy 404 url

* minor karma fix import pdf.js map

* restore md

* revert extension change
This commit is contained in:
Eugenio Romano
2019-07-03 22:42:00 +01:00
committed by GitHub
parent c9b7722bd0
commit 085e1a9dfa
9 changed files with 44 additions and 50 deletions

View File

@@ -53,7 +53,7 @@ describe('ContextMenuService', () => {
);
});
it('should should create a custom overlay', () => {
it('should create a custom overlay', () => {
contextMenuOverlayService.open(overlayConfig);
expect(document.querySelector('.test-panel')).not.toBe(null);