Skip to content

Commit

Permalink
Merge pull request Nerajno#59 from ttbennett/feature/update-jest
Browse files Browse the repository at this point in the history
Updated compatibility to support Jest 25.1.0.
  • Loading branch information
aarontrank committed Apr 22, 2020
2 parents 967e6f4 + e7f6d83 commit 06edcfb
Show file tree
Hide file tree
Showing 7 changed files with 11,033 additions and 7,586 deletions.
4 changes: 2 additions & 2 deletions .babelrc
@@ -1,4 +1,4 @@
{
"presets": [ "es2015", "react" ],
"plugins": [ "transform-object-rest-spread" ]
"presets": [ "@babel/preset-env", "@babel/preset-react" ],
"plugins": [ ["@babel/plugin-proposal-object-rest-spread", { "loose": true, "useBuiltIns": true }] ]
}
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '6'
- 'node'
sudo: false
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Gulp plugin for the Jest test library
## Installation

```bash
$ npm install gulp-jest jest-cli
$ npm install gulp-jest jest
```

## Usage
Expand Down

0 comments on commit 06edcfb

Please sign in to comment.