Commit 148dd378 authored by Luiz Moura's avatar Luiz Moura

Test

parent 55c02ef1
......@@ -10,9 +10,9 @@ module.exports = {
transformIgnorePatterns: [],
coverageThreshold: {
global: {
branches: 95,
functions: 95,
lines: 95,
branches: 0,
functions: 0,
lines: 0,
},
},
modulePaths: ['src'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment