File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export default class Wrapper implements BaseWrapper {
200
200
warn (
201
201
`hasAttribute() has been deprecated and will be ` +
202
202
`removed in version 1.0.0. Use attributes() ` +
203
- `instead—https://vue-test-utils.vuejs.org/en/ api/wrapper/attributes`
203
+ `instead—https://vue-test-utils.vuejs.org/api/wrapper/# attributes`
204
204
)
205
205
206
206
if ( typeof attribute !== 'string' ) {
@@ -225,7 +225,7 @@ export default class Wrapper implements BaseWrapper {
225
225
warn (
226
226
`hasClass() has been deprecated and will be removed ` +
227
227
`in version 1.0.0. Use classes() ` +
228
- `instead—https://vue-test-utils.vuejs.org/en/ api/wrapper/classes`
228
+ `instead—https://vue-test-utils.vuejs.org/api/wrapper/# classes`
229
229
)
230
230
let targetClass = className
231
231
@@ -252,7 +252,7 @@ export default class Wrapper implements BaseWrapper {
252
252
warn (
253
253
`hasProp() has been deprecated and will be removed ` +
254
254
`in version 1.0.0. Use props() ` +
255
- `instead—https://vue-test-utils.vuejs.org/en/ api/wrapper/props`
255
+ `instead—https://vue-test-utils.vuejs.org/api/wrapper/# props`
256
256
)
257
257
258
258
if ( ! this . isVueInstance ( ) ) {
You can’t perform that action at this time.
0 commit comments