Skip to content

Commit

Permalink
test: fix html test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 30, 2024
1 parent 00d1b1c commit c49f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/tests/html.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('html reporter', async () => {
}, 120000)

it('resolves to "failing" status for test file "json-fail"', async () => {
const [expected, testFile, basePath] = ['failing', 'json-fail', 'html/fail']
const [expected, testFile, basePath] = ['failing', 'json-fail.test', 'html/fail']

await runVitest({ reporters: 'html', outputFile: `${basePath}/index.html`, root }, [testFile])

Expand Down

0 comments on commit c49f3af

Please sign in to comment.