@stryker-mutator/util
Advanced tools
Comparing version 4.0.0-beta.6 to 4.0.0-beta.7
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.0.0-beta.7](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2020-09-17) | ||
**Note:** Version bump only for package @stryker-mutator/util | ||
# [4.0.0-beta.6](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2020-09-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@stryker-mutator/util", | ||
"version": "4.0.0-beta.6", | ||
"version": "4.0.0-beta.7", | ||
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "nyc --exclude-after-remap=false --check-coverage --reporter=html --report-dir=reports/coverage --lines 90 --functions 95 --branches 75 npm run mocha", | ||
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" \"test/integration/**/*.js\"", | ||
"test": "nyc npm run test:unit", | ||
"test:unit": "mocha \"test/unit/**/*.js\"", | ||
"stryker": "node ../core/bin/stryker run" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "ce1901f4403ee51722332e3bf7245637d8131c55" | ||
"gitHead": "5bf235d6c9267f16355582b132fcfae49bd8f57a" | ||
} |
const path = require('path'); | ||
const settings = require('../../stryker.parent.conf'); | ||
const moduleName = __dirname.split(path.sep).pop(); | ||
settings.plugins = settings.plugins.map(p => path.resolve(p)); | ||
settings.dashboard.module = moduleName; | ||
module.exports = settings; |
Sorry, the diff of this file is not supported yet
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
1954
274348
139