remove .only

This commit is contained in:
Shelley Vohr 2018-02-08 13:50:44 -05:00
parent f6d389b159
commit 1e090b9ee7
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

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