Ensure that we don't get unexpected output files for tests that throw. (#8208)

This commit is contained in:
Logan Smyth
2018-07-04 16:06:58 -07:00
committed by GitHub
parent 9bd4b46fd6
commit 2cf2fd544b
20 changed files with 19 additions and 391 deletions

View File

@@ -1,9 +0,0 @@
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
let Foo = function Foo() {
"use strict";
_classCallCheck(this, Foo);
super();
};