mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
remove onlys
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user