Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #61 from data-provider/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
javierbrea committed Jun 21, 2020
2 parents 3f96708 + a7249d4 commit 4abc8b4
Show file tree
Hide file tree
Showing 6 changed files with 2,488 additions and 1,109 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [2.0.4] - 2020-06-21

### Changed
- chore(deps): Update dependencies

## [2.0.3] - 2020-05-16

### Added
Expand Down
8 changes: 4 additions & 4 deletions jest.config.js
Expand Up @@ -20,8 +20,8 @@ module.exports = {
branches: 100,
functions: 100,
lines: 100,
statements: 100
}
statements: 100,
},
},

// The test environment that will be used for testing
Expand All @@ -31,8 +31,8 @@ module.exports = {
testMatch: ["**/test/**/?(*.)+(spec|test).js?(x)"],

transform: {
".js$": "babel-jest"
".js$": "babel-jest",
},

setupFiles: ["<rootDir>/jest.init.js"]
setupFiles: ["<rootDir>/jest.init.js"],
};

0 comments on commit 4abc8b4

Please sign in to comment.