jest-test-each
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -153,3 +153,3 @@ "use strict"; | ||
const markedDefect = (_b = args) === null || _b === void 0 ? void 0 : _b.defect; | ||
const defectTestName = markedDefect ? ` - Marked with defect` : ''; | ||
const defectTestName = markedDefect ? ` - Marked with defect '${markedDefect}'` : ''; | ||
const testName = markedDefect ? name + defectTestName : name; | ||
@@ -156,0 +156,0 @@ //? name.replace(/(, )?defect\:\s*('|"|`)[^'"`]*('|"|`)/, '') + defectTestName |
{ | ||
"name": "jest-test-each", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "run parametrised tests easily [typesafe] without text tables or arrays of arrays.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
173821