Skip to content

Commit 12315be

Browse files
authored
Merge branch 'master' into ISSUE-294
2 parents 3d29681 + 63a94a3 commit 12315be

File tree

9 files changed

+3159
-301
lines changed

9 files changed

+3159
-301
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)