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', () => {
|
describe('clickCounter', () => {
|
||||||
const wrapper = mount(ClickCounter)
|
const wrapper = mount(ClickCounter)
|
||||||
|
|
||||||
|
|
||||||
it('renders Button with a Counter of 0', () => {
|
it('renders Button with a Counter of 0', () => {
|
||||||
expect(wrapper.find('.v-btn').exists()).toBeTruthy()
|
expect(wrapper.find('.v-btn').exists()).toBeTruthy()
|
||||||
expect(wrapper.text()).toBe("$t('counter') 0")
|
expect(wrapper.text()).toBe("$t('counter') 0")
|
||||||
|
|||||||
@ -8,14 +8,7 @@ export default mergeConfig(
|
|||||||
test: {
|
test: {
|
||||||
globals: true,
|
globals: true,
|
||||||
environment: 'jsdom',
|
environment: 'jsdom',
|
||||||
setupFiles: ['tests/mock.$t.ts', 'tests/plugin.vuetify.ts']
|
setupFiles: ['tests/mock.$t.ts', 'tests/plugin.vuetify.ts'],
|
||||||
/*
|
|
||||||
server: {
|
|
||||||
deps: {
|
|
||||||
inline: ['vuetify'],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
*/
|
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user