Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: qunit/tests/prefs.js

Issue 29592604: Issue 5957 - Get the unit tests passing again (Closed)
Patch Set: lib/adblockplus.js isn't required for the tests anymore Created Oct. 30, 2017, 3:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « qunit/tests/filterValidation.js ('k') | qunit/tests/url.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: qunit/tests/prefs.js
diff --git a/qunit/tests/prefs.js b/qunit/tests/prefs.js
index a77131be4cfec8957536f9c7bddfff2a78eaf2c3..ca0fa8f9ed81d31de81a6ec0e672b74163850dee 100644
--- a/qunit/tests/prefs.js
+++ b/qunit/tests/prefs.js
@@ -3,7 +3,7 @@
{
const {Prefs} = require("prefs");
- module("Preferences", {
+ QUnit.module("Preferences", {
setup()
{
this._pbackup = Object.create(null);
« no previous file with comments | « qunit/tests/filterValidation.js ('k') | qunit/tests/url.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld