mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
lint
This commit is contained in:
parent
91a75b2cff
commit
2c1039f26c
@ -6,7 +6,6 @@ import ClickCounter from './ClickCounter.vue'
|
||||
describe('clickCounter', () => {
|
||||
const wrapper = mount(ClickCounter)
|
||||
|
||||
|
||||
it('renders Button with a Counter of 0', () => {
|
||||
expect(wrapper.find('.v-btn').exists()).toBeTruthy()
|
||||
expect(wrapper.text()).toBe("$t('counter') 0")
|
||||
|
||||
@ -8,14 +8,7 @@ export default mergeConfig(
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
setupFiles: ['tests/mock.$t.ts', 'tests/plugin.vuetify.ts']
|
||||
/*
|
||||
server: {
|
||||
deps: {
|
||||
inline: ['vuetify'],
|
||||
},
|
||||
},
|
||||
*/
|
||||
setupFiles: ['tests/mock.$t.ts', 'tests/plugin.vuetify.ts'],
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user