mirror of
https://github.com/status-im/safe-react.git
synced 2026-08-31 05:31:06 +00:00
Fix tests (finally)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user