From 4be27ee72c28492d8862fbea166a7a1b214720f5 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 3 May 2015 17:47:31 +0100 Subject: [PATCH] update bin tests to reflect new helper format --- .../out-files/script3.js | 2 +- .../filenames --out-file --source-maps/out-files/script3.js | 2 +- .../bin/babel/filenames --out-file/out-files/script3.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/core/fixtures/bin/babel/filenames --out-file --source-maps inline/out-files/script3.js b/test/core/fixtures/bin/babel/filenames --out-file --source-maps inline/out-files/script3.js index 8b5a0ddb9b..a32030e61a 100644 --- a/test/core/fixtures/bin/babel/filenames --out-file --source-maps inline/out-files/script3.js +++ b/test/core/fixtures/bin/babel/filenames --out-file --source-maps inline/out-files/script3.js @@ -1,6 +1,6 @@ "use strict"; -var _classCallCheck = function (instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }; +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Test = function Test() { _classCallCheck(this, Test); diff --git a/test/core/fixtures/bin/babel/filenames --out-file --source-maps/out-files/script3.js b/test/core/fixtures/bin/babel/filenames --out-file --source-maps/out-files/script3.js index d9c62f1906..ff02fa3da5 100644 --- a/test/core/fixtures/bin/babel/filenames --out-file --source-maps/out-files/script3.js +++ b/test/core/fixtures/bin/babel/filenames --out-file --source-maps/out-files/script3.js @@ -1,6 +1,6 @@ "use strict"; -var _classCallCheck = function (instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }; +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Test = function Test() { _classCallCheck(this, Test); diff --git a/test/core/fixtures/bin/babel/filenames --out-file/out-files/script3.js b/test/core/fixtures/bin/babel/filenames --out-file/out-files/script3.js index 8090f27e08..9674f714a3 100644 --- a/test/core/fixtures/bin/babel/filenames --out-file/out-files/script3.js +++ b/test/core/fixtures/bin/babel/filenames --out-file/out-files/script3.js @@ -1,6 +1,6 @@ "use strict"; -var _classCallCheck = function (instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }; +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Test = function Test() { _classCallCheck(this, Test);