@diffblue/java-combiner
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -64,4 +64,4 @@ "use strict"; | ||
const classNameModified = className.replace(/\$/g, '_'); | ||
const classAnnotationsMap = []; | ||
classAnnotationsMap.concat(...tests.map((test) => test.classAnnotations)); | ||
let classAnnotationsMap = []; | ||
classAnnotationsMap = classAnnotationsMap.concat(...tests.map((test) => test.classAnnotations)); | ||
const classAnnotations = new Set(classAnnotationsMap); | ||
@@ -68,0 +68,0 @@ const combinedTests = combineTests_1.combineTests({ tests: tests, existingImports: [] }); |
{ | ||
"name": "@diffblue/java-combiner", | ||
"description": "Java test combining library", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
71805