Merge branch 'master' into npm-audit

This commit is contained in:
C. Naoto Abreu Takemura 2019-02-18 11:37:25 -08:00 коммит произвёл GitHub
Родитель 72d064b9ac c80d3db32d
Коммит 924883f314
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -43,7 +43,11 @@ module.exports = {
],
// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: null,
coverageThreshold: {
global: {
branches: 80
}
},
// Make calling deprecated APIs throw helpful error messages
// errorOnDeprecated: false,