File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ Jest matchers][jest-dom].
74
74
## A basic example
75
75
76
76
``` html
77
- <!-- TestComponent.vue -->
78
77
<template >
79
78
<div >
80
79
<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
163
component instances, nor should it encourage dealing with component
165
164
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.
168
167
3 . Utility implementations and APIs should be simple and flexible.
169
168
170
169
At the end of the day, what we want is for this library to be pretty
You can’t perform that action at this time.
0 commit comments