@@ -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
-describe.only('ipc renderer module', () => {
+describe('ipc renderer module', () => {
@@ -15,7 +15,7 @@ const comparePaths = (path1, path2) => {
-describe.only('remote module', () => {
+describe('remote module', () => {