From a83fb587659d314fcf04b5456ad40f28663caf53 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 19 Jun 2015 18:48:24 -0400 Subject: Make test requires jpm-compatible https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/cfx_to_jpm --- test/test-url_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-url_handler.js') diff --git a/test/test-url_handler.js b/test/test-url_handler.js index 54f4171..457c6c7 100644 --- a/test/test-url_handler.js +++ b/test/test-url_handler.js @@ -19,7 +19,7 @@ * You should have received a copy of the GNU General Public License * along with GNU LibreJS. If not, see . */ -const urlHandler = require('url_handler/url_handler'); +const urlHandler = require('../lib/url_handler/url_handler'); exports.testRemoveFragment1 = function (test) { var url = 'http://example.org/blah.html#section'; -- cgit v1.2.3