Remove extra space in description
This commit is contained in:
parent
6b13fab83a
commit
c05c324464
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ describe('crashReporter module', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
generateSpecs('without sandbox', {})
|
generateSpecs('without sandbox', {})
|
||||||
generateSpecs('with sandbox ', {
|
generateSpecs('with sandbox', {
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
sandbox: true,
|
sandbox: true,
|
||||||
preload: path.join(fixtures, 'module', 'preload-sandbox.js')
|
preload: path.join(fixtures, 'module', 'preload-sandbox.js')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue