File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ describe('alert', async () => {
26
26
} )
27
27
28
28
/*
29
- * for some reason these test timeout with the latest jest version
29
+ * for some reason this test timeout with the latest jest version
30
30
it('dismiss button', async () => {
31
31
const { app } = window
32
32
const alert = app.$refs.success_alert
@@ -39,7 +39,7 @@ describe('alert', async () => {
39
39
await nextTick()
40
40
expect(app.$el.textContent).not.toContain('Success Alert')
41
41
})
42
-
42
+ */
43
43
it ( 'emits dismiss-count-down event' , async ( ) => {
44
44
const { app } = window
45
45
const alert = app . $refs . counter_alert
@@ -62,5 +62,4 @@ describe('alert', async () => {
62
62
expect ( app . $el . textContent ) . toContain ( 'This alert will dismiss after' )
63
63
expect ( spy . mock . calls . length ) . toBe ( dismissTime + 1 )
64
64
} )
65
- */
66
65
} )
You can’t perform that action at this time.
0 commit comments