test: there is only --ci (#20794)
This commit is contained in:
parent
b275273044
commit
6781d5e3c8
19 changed files with 55 additions and 251 deletions
|
@ -1,13 +1,8 @@
|
|||
import { expect } from 'chai'
|
||||
import { globalShortcut } from 'electron'
|
||||
import { ifdescribe } from './spec-helpers'
|
||||
|
||||
describe('globalShortcut module', () => {
|
||||
before(function () {
|
||||
if (isCI && process.platform === 'win32') {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
|
||||
ifdescribe(process.platform !== 'win32')('globalShortcut module', () => {
|
||||
beforeEach(() => {
|
||||
globalShortcut.unregisterAll()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue