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

Commit 7670e11

Browse files
committed
Update nav-item-dropdown.spec.js
1 parent c7026cc commit 7670e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav/nav-item-dropdown.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('nav-item-dropdown', () => {
9595
wrapper.destroy()
9696
})
9797

98-
it('should have correct toggle content when "text" prop set', async () => {
98+
it('should have correct toggle content when "text" prop set [DEPRECATED]', async () => {
9999
const wrapper = mount(BNavItemDropdown, {
100100
propsData: {
101101
text: 'foo'

0 commit comments

Comments
 (0)