Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianMairinger committed Jun 28, 2022
1 parent d6c41d4 commit e65e13e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Jest, expect one, once and/or ordered.

> Please note that Jest expect ordered is currently under development and not yet suited for production
## Installation

```shell
Expand All @@ -12,12 +10,15 @@ Jest, expect one, once and/or ordered.

## Usage



```ts
import jestExpectOrdered from "jest-expect-ordered"
import expectOrdered from "jest-expect-ordered"


jestExpectOrdered()
expect.extend({
...expectOrdered
// More Extensions

})
```

## Contribute
Expand Down

0 comments on commit e65e13e

Please sign in to comment.