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

Commit 0b34913

Browse files
authored
Update table-provider.spec.js
1 parent 7b4630a commit 0b34913

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/table/table-provider.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,15 +321,13 @@ describe('table > provider functions', () => {
321321
const filter = {
322322
a: '123'
323323
}
324-
const provider = (ctx) => {
324+
const provider = ctx => {
325325
lastProviderContext = ctx
326326
return testItems.slice()
327327
}
328-
329328
const wrapper = mount(BTable, {
330329
propsData: {
331330
filter,
332-
filterFunction: filterFn,
333331
items: provider
334332
}
335333
})

0 commit comments

Comments
 (0)