Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 20, 2022
1 parent 773cbd7 commit 24e950c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/test/vi.spec.ts
Expand Up @@ -40,6 +40,7 @@ describe('testing vi utils', () => {
expectType<MockedFunction<() => boolean>>(vi.fn())
})

// TODO: it's unstable in CI, skip until resolved
test.skip('loads unloaded module', async () => {
let mod: any
import('../src/timeout').then(m => mod = m)
Expand Down

0 comments on commit 24e950c

Please sign in to comment.