Browse Source

remove onlys

Shelley Vohr 7 years ago
parent
commit
af6489576a
3 changed files with 3 additions and 3 deletions
  1. 1 1
      spec/api-ipc-main-spec.js
  2. 1 1
      spec/api-ipc-renderer-spec.js
  3. 1 1
      spec/api-remote-spec.js

+ 1 - 1
spec/api-ipc-main-spec.js

@@ -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

+ 1 - 1
spec/api-ipc-renderer-spec.js

@@ -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

+ 1 - 1
spec/api-remote-spec.js

@@ -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