Skip to content

Commit

Permalink
Add babel-polyfill to usage example
Browse files Browse the repository at this point in the history
I ran into this issue too: GitbookIO#1
  • Loading branch information
bfirsh authored May 29, 2018
1 parent 6d8c063 commit 29b5f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $ yarn add expect-firestore
## Usage

```js
import 'babel-polyfill';
import assert from 'assert';
import * as firestore from 'expect-firestore';

Expand Down

0 comments on commit 29b5f43

Please sign in to comment.