Skip to content

Commit 050d0b3

Browse files
authored
Merge branch 'master' into add-github-streak-stats
2 parents b243675 + 63a94a3 commit 050d0b3

File tree

8 files changed

+3171
-313
lines changed

8 files changed

+3171
-313
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "stable"
4+
cache:
5+
directories:
6+
- "node_modules"

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ module.exports = {
1616
snapshotSerializers: ["enzyme-to-json/serializer"],
1717
coverageThreshold: {
1818
global: {
19-
branches: 100,
20-
functions: 100,
21-
lines: 100,
22-
statements: 100,
19+
branches: 0,
20+
functions: 76,
21+
lines: 68,
22+
statements: 68,
2323
},
2424
},
2525
}

0 commit comments

Comments
 (0)