docs: omit repetitions

This commit is contained in:
aanchal 2023-08-01 14:40:40 +05:30 committed by Charles
parent 6c5c71103f
commit b2a51d8db7

View File

@ -153,7 +153,7 @@ export default custom<ApplicationPresetOptions>(() => {
!/\.(e2e|spec)\.tsx?$|[\\/]node_modules[\\/]/.test(this.resourcePath) && !/\.(e2e|spec)\.tsx?$|[\\/]node_modules[\\/]/.test(this.resourcePath) &&
this.resourcePath.startsWith(instrumentCode.includedBasePath) this.resourcePath.startsWith(instrumentCode.includedBasePath)
) { ) {
// `babel-plugin-istanbul` has it's own includes but we do the below so that we avoid running the the loader. // `babel-plugin-istanbul` has it's own includes but we do the below so that we avoid running the loader.
customOptions.instrumentCode = { customOptions.instrumentCode = {
includedBasePath: instrumentCode.includedBasePath, includedBasePath: instrumentCode.includedBasePath,
inputSourceMap: map, inputSourceMap: map,