We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008fc72 commit 1a3b82eCopy full SHA for 1a3b82e
test/slider.test.js
@@ -31,7 +31,8 @@ describe('Slider Item', () => {
31
vm.init()
32
expect(vm.isInit).toBeTruthy()
33
expect(vm.display).toBeTruthy()
34
+ expect(vm.initAnimation).toBeTruthy()
35
await flushPromises()
- expect(vm.isInit).toBeFalsy()
36
+ expect(vm.initAnimation).toBeFalsy()
37
})
38
0 commit comments