Fix tests (finally)

This commit is contained in:
Mikhail Mikheev
2019-09-20 18:05:05 +04:00
parent e3b770b2bc
commit 60e2bb0fcf
4 changed files with 10 additions and 10 deletions
+1
View File
@@ -11,6 +11,7 @@ require('dotenv').config({ silent: true })
const jest = require('jest')
const argv = process.argv.slice(2)
argv.push('--runInBand')
// Watch unless on CI or in coverage mode
if (!process.env.CI && argv.indexOf('--coverage') < 0) {