From f9f48620de32355d6aa6364041e9220ecbd0c433 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 7 Dec 2014 21:59:01 +1100 Subject: [PATCH] remove unused test transformation whitespace option --- test/transformation.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); };