We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a1c9a commit 0e34d6cCopy full SHA for 0e34d6c
README.md
@@ -74,7 +74,6 @@ Jest matchers][jest-dom].
74
## A basic example
75
76
```html
77
-<!-- TestComponent.vue -->
78
<template>
79
<div>
80
<p>Times clicked: {{ count }}</p>
@@ -163,8 +162,8 @@ principles:
163
162
1. If it relates to rendering components, it deals with DOM nodes rather than
164
component instances, nor should it encourage dealing with component
165
instances.
166
-2. It should be generally useful for testing individual Vue components or
167
- full Vue applications.
+2. It should be generally useful for testing individual Vue components or full
+ Vue applications.
168
3. Utility implementations and APIs should be simple and flexible.
169
170
At the end of the day, what we want is for this library to be pretty
0 commit comments