Add comment for Codacy

This commit is contained in:
Matthew Ross 2017-02-10 20:53:03 -05:00
parent 6b78eee125
commit 54c5d0ae8b

View File

@ -30,7 +30,9 @@ describe('BoardAdmin', () => {
// Dragula throws when trying to subscribe to an event.
// This is just a cheap way to get a little more coverage.
boardAdmin.ngAfterContentInit();
} catch (ex) { }
} catch (ex) {
// Ignore errors
}
});
it('fails to add an invalid board', done => {