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

Unified Diff: qunit/tests/url.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/prefs.js ('k') | qunit/tests/versionComparator.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: qunit/tests/url.js
diff --git a/qunit/tests/url.js b/qunit/tests/url.js
index 66d978fccd6a7eae65368482ace3dda496418c20..8526f08108172bcfedca6176509cf669b9c07a44 100644
--- a/qunit/tests/url.js
+++ b/qunit/tests/url.js
@@ -23,7 +23,7 @@
stringifyURL,
isThirdParty} = require("url");
- module("URL/host tools");
+ QUnit.module("URL/host tools");
test("Extracting hostname from URL", () =>
{
« no previous file with comments | « qunit/tests/prefs.js ('k') | qunit/tests/versionComparator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld