Skip to content

Commit

Permalink
Make it consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
joaojeronimo authored Jun 14, 2017
1 parent 9a6e89c commit 7f6d544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/tape-ava.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm i --save-dev enzyme
```jsx
import test from 'tape'
import React from 'react'
import { shallow, mount } from 'enzyme';
import { shallow, mount } from 'enzyme'

import Foo from '../path/to/foo'

Expand All @@ -34,7 +34,7 @@ test('mount', t => {
```jsx
import test from 'ava'
import React from 'react'
import { shallow, mount } from 'enzyme';
import { shallow, mount } from 'enzyme'

import Foo from '../path/to/foo'

Expand Down

0 comments on commit 7f6d544

Please sign in to comment.