test: global.branches coverage = 94

This commit is contained in:
Rhys Arkins 2021-03-03 21:59:33 +01:00
Родитель 33a4ff6bdf
Коммит 8b97c924ec
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = {
: ['html', 'text-summary'],
coverageThreshold: {
global: {
branches: 94.15,
branches: 94,
functions: 100,
lines: 100,
statements: 100,