Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
afontcu committed Jun 20, 2020
1 parent c2a1c9a commit 0e34d6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ Jest matchers][jest-dom].
## A basic example

```html
<!-- TestComponent.vue -->
<template>
<div>
<p>Times clicked: {{ count }}</p>
Expand Down Expand Up @@ -163,8 +162,8 @@ principles:
1. If it relates to rendering components, it deals with DOM nodes rather than
component instances, nor should it encourage dealing with component
instances.
2. It should be generally useful for testing individual Vue components or
full Vue applications.
2. It should be generally useful for testing individual Vue components or full
Vue applications.
3. Utility implementations and APIs should be simple and flexible.

At the end of the day, what we want is for this library to be pretty
Expand Down

0 comments on commit 0e34d6c

Please sign in to comment.