aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/operator.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-05-08 03:24:42 +0800
committerGitHub <noreply@github.com>2017-05-08 03:24:42 +0800
commit4f8ca4626efb15dc986785c89c51cbb3061e5f32 (patch)
tree868a08425b50c70f0654a7ee675851da2633a53a /test/mocha/operator.js
parente54748365cba0509c82c089cdc2ef6a8bb1a724b (diff)
downloadtracifyjs-4f8ca4626efb15dc986785c89c51cbb3061e5f32.tar.gz
tracifyjs-4f8ca4626efb15dc986785c89c51cbb3061e5f32.zip
deprecate low level API (#1877)
fixes #1872
Diffstat (limited to 'test/mocha/operator.js')
-rw-r--r--test/mocha/operator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/operator.js b/test/mocha/operator.js
index adef3abd..64db02c1 100644
--- a/test/mocha/operator.js
+++ b/test/mocha/operator.js
@@ -1,4 +1,4 @@
-var UglifyJS = require("../../");
+var UglifyJS = require("../node");
var assert = require("assert");
describe("operator", function() {