Comparing version 0.0.19 to 0.0.20
@@ -15,4 +15,6 @@ 'use strict'; | ||
var _testRun2 = _interopRequireDefault(_testRun); | ||
var testRunErrors = _interopRequireWildcard(_testRun); | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -22,3 +24,3 @@ | ||
TestRunErrorFormattableAdapter: _formattableAdapter2.default, | ||
testRunErrors: _testRun2.default, | ||
testRunErrors: testRunErrors, | ||
@@ -25,0 +27,0 @@ buildReporterPlugin: function buildReporterPlugin(pluginFactory, outStream) { |
{ | ||
"name": "testcafe", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"main": "lib/index", | ||
@@ -5,0 +5,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
854790
8222