remove onlys
This commit is contained in:
parent
00e8713eac
commit
af6489576a
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue