@diffblue/java-combiner
Advanced tools
Comparing version 0.1.6-rc2 to 0.1.6-rc3
@@ -26,4 +26,4 @@ /** Generated test data from test-gen, supporting legacy field names */ | ||
classRules?: string[]; | ||
coveredLines?: string[]; | ||
sourceFilePath?: string; | ||
coveredLines: string[]; | ||
sourceFilePath: string; | ||
} |
@@ -147,3 +147,3 @@ "use strict"; | ||
const standardisedTests = utils_1.standardiseTests(tests); | ||
const orderedTests = orderTests(standardisedTests); | ||
const orderedTests = standardisedTests[0].coveredLines.length ? orderTests(standardisedTests) : standardisedTests; | ||
const uniqueTests = orderedTests[0] && orderedTests[0].id ? deduplicateTestNames(orderedTests) : orderedTests; | ||
@@ -150,0 +150,0 @@ const combinedTests = combineTests_1.combineTests({ tests: uniqueTests, existingImports: [] }); |
@@ -33,3 +33,3 @@ "use strict"; | ||
coveredLines: test.coveredLines || [], | ||
sourceFilePath: test.sourceFilePath, | ||
sourceFilePath: test.sourceFilePath || '', | ||
classRules: test.classRules, | ||
@@ -36,0 +36,0 @@ imports: test.imports, |
{ | ||
"name": "@diffblue/java-combiner", | ||
"description": "Java test combining library", | ||
"version": "0.1.6-rc2", | ||
"version": "0.1.6-rc3", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "types": "build/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
95109
0