remove pesky 'only'
This commit is contained in:
parent
a538e47994
commit
7b08a93549
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const {closeWindow} = require('./window-helpers')
|
|||
const {remote} = require('electron')
|
||||
const {app, BrowserWindow, crashReporter} = remote.require('electron')
|
||||
|
||||
describe.only('crashReporter module', () => {
|
||||
describe('crashReporter module', () => {
|
||||
if (process.mas || process.env.DISABLE_CRASH_REPORTER_TESTS) return
|
||||
|
||||
let originalTempDirectory = null
|
||||
|
|
Loading…
Reference in a new issue