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 PS4 comments, rebase Created April 5, 2018, 11:09 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/common.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,13 +1,14 @@
"use strict";
{
- const {Filter, ElemHideFilter} = require("filterClasses");
- const {escapeCSS, quoteCSS} = require("filterComposer");
+ const {Filter, ElemHideFilter} =
+ require("../../adblockpluscore/lib/filterClasses");
+ const {escapeCSS, quoteCSS} = require("../../lib/filterComposer");
QUnit.module("CSS escaping");
test("CSS escaping", () =>
{
function testSelector(opts)
{
let mustMatch = opts.mustMatch !== false;
« no previous file with comments | « qunit/common.js ('k') | qunit/tests/filterValidation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld