feat: allow setting of global fallback user agent (#18016)
* feat: allow setting of global fallback user agent * spec: add tests for app.set/getUserAgentFallback
This commit is contained in:
parent
649d7c0d9e
commit
d4f5ebefe6
9 changed files with 63 additions and 5 deletions
|
@ -80,6 +80,6 @@ app.whenReady().then(() => {
|
|||
process.exit(runner.failures)
|
||||
})
|
||||
}
|
||||
const runner = (isCI) ? mocha.run(cb) : mocha.forbidOnly().run(cb)
|
||||
const runner = (isCI) ? mocha.forbidOnly().run(cb) : mocha.run(cb)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue