aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/new.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocha/new.js')
-rw-r--r--test/mocha/new.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/mocha/new.js b/test/mocha/new.js
index 083b9964..8f653f7a 100644
--- a/test/mocha/new.js
+++ b/test/mocha/new.js
@@ -34,7 +34,6 @@ describe("New", function() {
for (var i = 0; i < tests.length; i++) {
assert.strictEqual(
uglify.minify(tests[i], {
- fromString: true,
output: {beautify: true},
compress: false,
mangle: false
@@ -76,7 +75,6 @@ describe("New", function() {
for (var i = 0; i < tests.length; i++) {
assert.strictEqual(
uglify.minify(tests[i], {
- fromString: true,
output: {beautify: false},
compress: false,
mangle: false