Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 3cad5d6

Browse files
committed
backport - Bug 1443964: Part 3 - Remove no-cpows-in-tests rule. r=mconley
1 parent 080c35d commit 3cad5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mochitest/head.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ function invokeInTab(fnc, ...args) {
784784
fnc,
785785
args
786786
}) {
787-
content.wrappedJSObject[fnc](...args); // eslint-disable-line mozilla/no-cpows-in-tests, max-len
787+
content.wrappedJSObject[fnc](...args);
788788
});
789789
}
790790

0 commit comments

Comments
 (0)