Skip to content

Commit

Permalink
Fix typo in MigrationGuide.md (jestjs#2604)
Browse files Browse the repository at this point in the history
just one more paren =P
  • Loading branch information
namelos authored and cpojer committed Jan 14, 2017
1 parent 66a00f0 commit 4bfcebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you'd like to try out Jest with an existing codebase, there are a number of w

### jest-codemods

If you are using [Mocha](https://mochajs.org)), [AVA](https://github.com/avajs/ava), [chai](http://chaijs.com/) or [Tape](https://github.com/substack/tape), you can use the third-party [jest-codemods](https://github.com/skovhus/jest-codemods) to do most of the dirty migration work. It runs a code transformation on your codebase using [jscodeshift](https://github.com/facebook/jscodeshift).
If you are using [Mocha](https://mochajs.org), [AVA](https://github.com/avajs/ava), [chai](http://chaijs.com/) or [Tape](https://github.com/substack/tape), you can use the third-party [jest-codemods](https://github.com/skovhus/jest-codemods) to do most of the dirty migration work. It runs a code transformation on your codebase using [jscodeshift](https://github.com/facebook/jscodeshift).

Install Jest Codemods with `npm` by running:

Expand Down

0 comments on commit 4bfcebb

Please sign in to comment.