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 renderer module', () => {
|
||||
describe('ipc renderer module', () => {
|
||||
const fixtures = path.join(__dirname, 'fixtures')
|
||||
|
||||
let w = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue