Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
module.exports = subFolder => {
Replay.fixtures = path.join(__dirname, '..', 'http-mocks', subFolder)
Replay.headers = [/^accept/, /^body/, /^content-type/, /^host/, /^if-/, /^x-/]
Replay.passThrough('app')
}