D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabot.delyntro.com
/
node_modules
/
pino-pretty
/
Filename :
coverage-map.js
back
Copy
'use strict' module.exports = testFile => { // Ignore coverage on files that do not have a direct corollary. if (testFile.startsWith('test/')) return false // Indicate the matching name, sans '.test.js', should be checked for coverage. return testFile.replace(/\.test\.js$/, '.js') }