Skip to content

Commit fa18bb4

Browse files
authored
chore: update alert.spec.js
1 parent d6fc6c5 commit fa18bb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/alert/alert.spec.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('alert', async () => {
2626
})
2727

2828
/*
29-
* for some reason these test timeout with the latest jest version
29+
* for some reason this test timeout with the latest jest version
3030
it('dismiss button', async () => {
3131
const { app } = window
3232
const alert = app.$refs.success_alert
@@ -39,7 +39,7 @@ describe('alert', async () => {
3939
await nextTick()
4040
expect(app.$el.textContent).not.toContain('Success Alert')
4141
})
42-
42+
*/
4343
it('emits dismiss-count-down event', async () => {
4444
const { app } = window
4545
const alert = app.$refs.counter_alert
@@ -62,5 +62,4 @@ describe('alert', async () => {
6262
expect(app.$el.textContent).toContain('This alert will dismiss after')
6363
expect(spy.mock.calls.length).toBe(dismissTime + 1)
6464
})
65-
*/
6665
})

0 commit comments

Comments
 (0)