Skip to content

Commit

Permalink
refactor: remove unused symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 15, 2024
1 parent 4a9d201 commit fbdae40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/serve.spec.ts
Expand Up @@ -338,7 +338,7 @@ test.group('Serve command', () => {
await sleep(1200)
})

test('error if --unstable-hmr and --watch are used together', async ({ assert, fs, cleanup }) => {
test('error if --unstable-hmr and --watch are used together', async ({ assert, fs }) => {
await fs.create('node_modules/ts-node/esm.js', '')

const ace = await new AceFactory().make(fs.baseUrl, {
Expand Down

0 comments on commit fbdae40

Please sign in to comment.