test: update tests and snapshots
This commit is contained in:
@@ -9,7 +9,7 @@ jest.useFakeTimers()
|
||||
|
||||
describe('ProgressBars.vue', () => {
|
||||
it('has a name', () => {
|
||||
expect(ProgressBars.name).toMatch('progress-bars')
|
||||
expect(ProgressBars.name).toBe('ProgressBars')
|
||||
})
|
||||
it('has a created hook', () => {
|
||||
expect(typeof ProgressBars.data).toMatch('function')
|
||||
|
||||
Reference in New Issue
Block a user