@after-work.js/transform
Advanced tools
Comparing version 6.0.0-dev.20190129.0 to 6.0.0-dev.20190204.0
{ | ||
"name": "@after-work.js/transform", | ||
"version": "6.0.0-dev.20190129.0", | ||
"version": "6.0.0-dev.20190204.0", | ||
"publishConfig": { | ||
@@ -23,3 +23,3 @@ "access": "public" | ||
"dependencies": { | ||
"@after-work.js/utils": "^6.0.0-dev.20190129.0", | ||
"@after-work.js/utils": "^6.0.0-dev.20190204.0", | ||
"find-cache-dir": "2.0.0", | ||
@@ -31,3 +31,3 @@ "import-cwd": "2.1.0" | ||
], | ||
"gitHead": "8194e082c0db51c63f166a31f445462f7d3f2e3f" | ||
"gitHead": "e20eb592ae8693dfe0122315517e5d3ba071570f" | ||
} |
@@ -8,2 +8,3 @@ /* eslint global-require: 0, import/no-dynamic-require: 0, object-curly-newline: 0, class-methods-use-this: 0, max-len: 0 */ | ||
createDebug, | ||
isTestFile, | ||
} = require('@after-work.js/utils'); | ||
@@ -21,3 +22,3 @@ const FileCache = require('./file-cache'); | ||
const virtualMock = !!argv.virtualMock; | ||
const addCoverage = virtualMock === false; | ||
const addCoverage = virtualMock === false && isTestFile(filename) === false; | ||
const usePlugins = addCoverage | ||
@@ -24,0 +25,0 @@ ? [...plugins, [babelPluginIstanbul, argv.nyc]] |
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
8589
234