Skip to content

Commit 0e34d6c

Browse files
committed
Remove comment
1 parent c2a1c9a commit 0e34d6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Jest matchers][jest-dom].
7474
## A basic example
7575

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

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

0 commit comments

Comments
 (0)