Skip to content

Commit e33d4fa

Browse files
committedMar 1, 2022
update snapshots
1 parent 73a656d commit e33d4fa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎src/components/sidebar/Sidebar.spec.js

-8
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ describe('BSidebar', () => {
9494
})
9595
})
9696

97-
it('manage the whitelisted items accordingly', async () => {
98-
let el = wrapper.vm.$refs.sidebarContent
99-
expect(wrapper.vm.whitelist).toContain(el)
100-
101-
el = wrapper.vm.$refs.sidebarContent.querySelector('.content')
102-
expect(wrapper.vm.whitelist).toContain(el)
103-
})
104-
10597
it('reset events before destroy', () => {
10698
document.removeEventListener = jest.fn()
10799

0 commit comments

Comments
 (0)
Please sign in to comment.