🌐 AI搜索 & 代理 主页
Skip to content

Commit 8aff8b7

Browse files
committed
spelling
1 parent a437958 commit 8aff8b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/card/card-img-lazy.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ describe('card-image', () => {
154154
wrapper.destroy()
155155
})
156156

157-
it('has attribute alt when prop `alt` empty', async () => {
157+
it('has attribute alt when prop `alt` is empty', async () => {
158158
const wrapper = mount(BCardImgLazy, {
159159
context: {
160160
props: {

src/components/card/card-img.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe('card-image', () => {
158158
wrapper.destroy()
159159
})
160160

161-
it('has attribute alt when prop `alt` empty', async () => {
161+
it('has attribute alt when prop `alt` is empty', async () => {
162162
const wrapper = mount(BCardImg, {
163163
context: {
164164
props: {

0 commit comments

Comments
 (0)