Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 22, 2024
1 parent 0cb69d3 commit bd2a9b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/ProductSlider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ it('renders empty component', () => {
const wrapper = mount(ProductSlider, {
propsData: {
products: [],
},
global: {
// components: {
// ProductSlider,
// },
plugins: [vuetify],
}
})

Expand Down

0 comments on commit bd2a9b7

Please sign in to comment.