Browse Source

stop leaving onlys there

Shelley Vohr 7 years ago
parent
commit
7a3efd1543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-global-shortcut-spec.js

+ 1 - 1
spec/api-global-shortcut-spec.js

@@ -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(() => {