get rid of comment about forcexit

This commit is contained in:
Ken Chau 2019-11-04 11:16:28 -08:00
Родитель d98edb632a
Коммит 9567d029ba
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,6 @@ export function jestTask(options: JestTaskOptions = {}): TaskFunction {
configFile,
'--passWithNoTests',
'--colors',
// This generates a warning from jest CLI, but it can be safely ignored
...(options.runInBand ? ['--runInBand'] : []),
...(options.coverage ? ['--coverage'] : []),
...(options.watch ? ['--watch'] : []),