aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-url_handler.js
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-06-19 18:48:24 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-22 21:32:33 -0400
commita83fb587659d314fcf04b5456ad40f28663caf53 (patch)
treebfaf32a2102d4f016afd0aea08a6f07bf09ed25e /test/test-url_handler.js
parentda101e8eb9da3808b3bd75d571e40d5c2f139d9d (diff)
downloadlibrejsxul-a83fb587659d314fcf04b5456ad40f28663caf53.tar.lz
librejsxul-a83fb587659d314fcf04b5456ad40f28663caf53.tar.xz
librejsxul-a83fb587659d314fcf04b5456ad40f28663caf53.zip
Make test requires jpm-compatible
https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/cfx_to_jpm
Diffstat (limited to 'test/test-url_handler.js')
-rw-r--r--test/test-url_handler.js2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
-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';