Skip to content

Commit

Permalink
Merge pull request #30 from sobolevn/patch-1
Browse files Browse the repository at this point in the history
Removes unused empty lines from README
  • Loading branch information
dfcook authored Jun 1, 2019
2 parents 2dfe92e + e053cc9 commit e786917
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ should be installed as one of your project's `devDependencies`:

```
npm install --save-dev vue-testing-library
```

## Usage
Expand Down Expand Up @@ -107,7 +106,6 @@ test('should render HelloWorld', () => {
const { queryByTestId } = render(TestComponent)
expect(queryByTestId('test1')).toHaveTextContent('Hello World')
})

```

### render
Expand Down

0 comments on commit e786917

Please sign in to comment.