diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-08 03:24:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 03:24:42 +0800 |
commit | 4f8ca4626efb15dc986785c89c51cbb3061e5f32 (patch) | |
tree | 868a08425b50c70f0654a7ee675851da2633a53a /test/mocha/directives.js | |
parent | e54748365cba0509c82c089cdc2ef6a8bb1a724b (diff) | |
download | tracifyjs-4f8ca4626efb15dc986785c89c51cbb3061e5f32.tar.gz tracifyjs-4f8ca4626efb15dc986785c89c51cbb3061e5f32.zip |
deprecate low level API (#1877)
fixes #1872
Diffstat (limited to 'test/mocha/directives.js')
-rw-r--r-- | test/mocha/directives.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/directives.js b/test/mocha/directives.js index 16279a5d..ab8ad57f 100644 --- a/test/mocha/directives.js +++ b/test/mocha/directives.js @@ -1,5 +1,5 @@ var assert = require("assert"); -var uglify = require("../../"); +var uglify = require("../node"); describe("Directives", function() { it ("Should allow tokenizer to store directives state", function() { |