Skip to content

Commit

Permalink
todo: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed Jan 28, 2025
1 parent 791bd03 commit cbb9378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cli/dev/dev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ test.skip("types are installed and refreshed when files change", async () => {
)
expect(fs.existsSync(typePath2)).toBe(true)

devServer.stop()
afterEach(async () => {
await devServer.stop()
})
}, 10_000)

0 comments on commit cbb9378

Please sign in to comment.