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

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 26, 2018
1 parent 44b8a76 commit 7e248fb
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 @@ -73,7 +73,7 @@ Setup is pretty easy, just install mocha and fancy-test, then you can use any of
Assume the following is before all the examples:

```js
import {fancy} from 'fancy-test
import {fancy} from 'fancy-test'
import {expect} from 'chai'
```

Expand Down Expand Up @@ -272,7 +272,7 @@ Chai
This library includes [chai](https://npm.im/chai) preloaded with [chai-as-promised](https://npm.im/chai-as-promised) for convenience:

```js
import {expect, fancy} from 'fancy-test
import {expect, fancy} from 'fancy-test'

describe('has chai', () => {
fancy
Expand Down

0 comments on commit 7e248fb

Please sign in to comment.