|
@@ -3,7 +3,7 @@ const {globalShortcut} = require('electron').remote
|
|
|
const assert = require('assert')
|
|
|
const isCI = require('electron').remote.getGlobal('isCi')
|
|
|
|
|
|
-describe.only('globalShortcut module', () => {
|
|
|
+describe('globalShortcut module', () => {
|
|
|
if (isCI && process.platform === 'win32') return
|
|
|
|
|
|
beforeEach(() => {
|