Browse Source

remove .only

Shelley Vohr 7 years ago
parent
commit
1e090b9ee7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/chromium-spec.js

+ 1 - 1
spec/chromium-spec.js

@@ -27,7 +27,7 @@ describe('chromium feature', () => {
     listener = null
   })
 
-  describe.only('command line switches', () => {
+  describe('command line switches', () => {
     describe('--lang switch', () => {
       const testLocale = (locale, result, done) => {
         const appPath = path.join(__dirname, 'fixtures', 'api', 'locale-check')