Add comment for Codacy
This commit is contained in:
parent
6b78eee125
commit
54c5d0ae8b
@ -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 => {
|
||||
|
Reference in New Issue
Block a user