Skip to content

Commit b3d3950

Browse files
committed
lint(e2e): turn off remaining mocha lint violations
some of them may have value, but the majority of the value has been captured now
1 parent 3e1ae63 commit b3d3950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/app.e2e.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ describe('firebase', function() {
5353
});
5454
});
5555

56+
// eslint-disable-next-line mocha/max-top-level-suites
5657
describe('firebase -> X', function() {
5758
it('apps should provide an array of apps', function() {
5859
should.equal(!!firebase.apps.length, true);

0 commit comments

Comments
 (0)