Skip to content

Commit

Permalink
Merge pull request #61 from nobrainr/fix/createSchema-flip-types-order
Browse files Browse the repository at this point in the history
fix: wrong order of types in createSchema
  • Loading branch information
emyann authored Apr 8, 2019
2 parents 50996d5 + 13c3916 commit a0b3fdc
Show file tree
Hide file tree
Showing 7 changed files with 4,846 additions and 3,201 deletions.
10 changes: 9 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
module.exports = {
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
coverageReporters: ['json', 'lcov', 'text'],
verbose: true
verbose: true,
coverageThreshold: {
global: {
statements: 96,
branches: 90,
functions: 100,
lines: 96
}
}
};
Loading

0 comments on commit a0b3fdc

Please sign in to comment.