@sprucelabs/jest-json-reporter
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -50,3 +50,2 @@ "use strict"; | ||
const uncycled = cycle_1.retrocycle(parsed); | ||
console.log(uncycled); | ||
test_1.assert.isEqual(uncycled.go, 'team'); | ||
@@ -53,0 +52,0 @@ test_1.assert.isEqual(uncycled.around, true); |
@@ -33,2 +33,2 @@ import { AggregatedResult, Context, Reporter, Test, TestResult } from '@jest/reporters'; | ||
} | ||
export {}; | ||
export * from './cycle'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -45,2 +55,3 @@ exports.END_DIVIDER = exports.START_DIVIDER = void 0; | ||
exports.default = JsonReporter; | ||
__exportStar(require("./cycle"), exports); | ||
//# sourceMappingURL=JsonReporter.js.map |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"main": "./build/JsonReporter.js", | ||
@@ -12,0 +12,0 @@ "types": "./build/JsonReporter.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22135
318