This commit is contained in:
Justin Wilaby 2018-07-30 13:04:01 -07:00
Родитель 0e06b48e34
Коммит 29a5c8c90c
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2,8 +2,8 @@
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna run --scope @bfemulator/**shared build && lerna run --scope !@bfemulator/**shared build",
"test": "jest",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
"test": "jest --runInBand",
"test:coveralls": "jest --runInBand --coverage --coverageReporters=text-lcov | coveralls"
},
"jest": {
"setupTestFrameworkScriptFile": "./testSetup.js",