stop leaving onlys there

This commit is contained in:
Shelley Vohr 2017-10-26 21:41:29 -04:00
parent abecde0572
commit 7a3efd1543
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

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