Skip to content

Commit

Permalink
chore: arguments first
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 29, 2023
1 parent 5f8783f commit 5d4da22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vite-node/test/hmr.test.ts
Expand Up @@ -5,7 +5,7 @@ import { editFile, runViteNodeCli } from '../../test-utils'
test('hmr.accept works correctly', async () => {
const scriptFile = resolve(__dirname, '../src/script.js')

const viteNode = await runViteNodeCli(scriptFile, '--watch')
const viteNode = await runViteNodeCli('--watch', scriptFile)

await viteNode.waitForStderr('Hello!')

Expand Down

0 comments on commit 5d4da22

Please sign in to comment.