remove onlys

This commit is contained in:
Shelley Vohr 2017-12-01 16:01:03 -05:00
parent 00e8713eac
commit af6489576a
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ const comparePaths = (path1, path2) => {
assert.equal(path1, path2)
}
describe.only('ipc main module', () => {
describe('ipc main module', () => {
const fixtures = path.join(__dirname, 'fixtures')
let w = null

View file

@ -16,7 +16,7 @@ const comparePaths = (path1, path2) => {
assert.equal(path1, path2)
}
describe.only('ipc renderer module', () => {
describe('ipc renderer module', () => {
const fixtures = path.join(__dirname, 'fixtures')
let w = null

View file

@ -15,7 +15,7 @@ const comparePaths = (path1, path2) => {
assert.equal(path1, path2)
}
describe.only('remote module', () => {
describe('remote module', () => {
const fixtures = path.join(__dirname, 'fixtures')
let w = null