Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean177 authored Jan 16, 2018
1 parent 4ed8e5b commit b9c628e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In your setupTestEnvironment.js
// src/setupTestEnvironment.js
require('jest-to-match-shape-of')
```
or if you are using typescript
or if you are using Typescript

```typescript
// src/setupTestEnvironment.ts
Expand Down Expand Up @@ -93,4 +93,4 @@ I realised that
`toMatchShapeOf` hopefully achieves a lot of the value of full blown integration test written with something like
[Nightwatch](http://nightwatchjs.org/) whilst being simpler to write, understand and debug.

Additionally I found that the test data I created for use with this matcher were useful for other unit tests n my application.
Additionally I found that the test data I created for use with this matcher were useful for other unit tests in my application.

0 comments on commit b9c628e

Please sign in to comment.