summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/notification_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/workers/test/notification_worker.js')
-rw-r--r--dom/workers/test/notification_worker.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/workers/test/notification_worker.js b/dom/workers/test/notification_worker.js
index 87aa02ac05..b97a4eb505 100644
--- a/dom/workers/test/notification_worker.js
+++ b/dom/workers/test/notification_worker.js
@@ -1,3 +1,5 @@
+/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */
+
function ok(test, message) {
postMessage({ type: "ok", test, message });
}