diff --git a/test/transformation.js b/test/transformation.js index 388097e447..03418d0f83 100644 --- a/test/transformation.js +++ b/test/transformation.js @@ -15,8 +15,7 @@ var run = function (task, done) { var getOpts = function (self) { return _.merge({ - whtiespace: true, - filename: self.loc + filename: self.loc }, opts); };