remove .only
This commit is contained in:
parent
f6d389b159
commit
1e090b9ee7
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue