From 28330913d871dd4bdb4e59464c7230f9ae4174fa Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Fri, 22 Jun 2018 01:04:15 +0800 Subject: improve `mocha` tests (#3195) --- test/mocha/ie8.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/mocha/ie8.js') diff --git a/test/mocha/ie8.js b/test/mocha/ie8.js index 8f3a27fa..2187047b 100644 --- a/test/mocha/ie8.js +++ b/test/mocha/ie8.js @@ -1,10 +1,10 @@ var assert = require("assert"); -var uglify = require("../../"); +var UglifyJS = require("../.."); describe("ie8", function() { it("Should be able to minify() with undefined as catch parameter in a try...catch statement", function() { assert.strictEqual( - uglify.minify([ + UglifyJS.minify([ "function a(b){", " try {", " throw 'Stuff';", -- cgit v1.2.3