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

Unified Diff: qunit/tests/cssEscaping.js

Issue 29713631: Issue 5760 - Use relative require paths (Closed)
Patch Set: Address PS2 comments, rebase Created March 30, 2018, 3:09 a.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 | « lib/whitelisting.js ('k') | qunit/tests/filterValidation.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: qunit/tests/cssEscaping.js
===================================================================
--- a/qunit/tests/cssEscaping.js
+++ b/qunit/tests/cssEscaping.js
@@ -1,12 +1,13 @@
"use strict";
{
- const {Filter, ElemHideFilter} = require("filterClasses");
+ const {Filter, ElemHideFilter} =
+ require("../../adblockpluscore/lib/filterClasses");
const {escapeCSS, quoteCSS} = require("filterComposer");
QUnit.module("CSS escaping");
test("CSS escaping", () =>
{
function testSelector(opts)
{
« no previous file with comments | « lib/whitelisting.js ('k') | qunit/tests/filterValidation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld