Skip to content

Commit f695937

Browse files
committed
chore: todo
1 parent 563ad03 commit f695937

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/browser/fixtures/assertion-helper/basic.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,3 @@ test('soft async', async () => {
7676
// })
7777
// await debugAsync()
7878
// })
79-
80-
// TODO:
81-
// - non builtin assertion
82-
// - unhandled error

test/browser/specs/assertion-helper.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { expect, test } from 'vitest'
22
import { runBrowserTests } from './utils'
33

44
test('vi.helper hides internal stack traces', async () => {
5+
// TODO: errorTree by projects
56
const { stderr, errorTree } = await runBrowserTests({
67
root: './fixtures/assertion-helper',
78
})

0 commit comments

Comments
 (0)