From 1e090b9ee78350b108b215c823fb97f7448094c0 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Thu, 8 Feb 2018 13:50:44 -0500 Subject: [PATCH] remove .only --- spec/chromium-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js index 395dca5700a9..2d388ca3b574 100644 --- a/spec/chromium-spec.js +++ b/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')