You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put my braces on it's own line but Mochawesome doesn't seem to like my coding habits...
E.g.:
describe('example',function(){it('brace in a new line',function(){true.should.be.true();});it('brace in the same line',function(){true.should.be.true();});});
The text was updated successfully, but these errors were encountered:
I put my braces on it's own line but Mochawesome doesn't seem to like my coding habits...
E.g.:
The text was updated successfully, but these errors were encountered: