···11+import { expectTypeOf, it } from 'vitest'
22+33+it('1 plus 1', () => {
44+ expectTypeOf(1 + 1).toBeNumber()
55+})
+16
test/cli/test/__snapshots__/list.test.ts.snap
···5959"
6060`;
61616262+exports[`correctly outputs all tests with args: "--typecheck" 1`] = `
6363+"type.test-d.ts > 1 plus 1
6464+basic.test.ts > basic suite > inner suite > some test
6565+basic.test.ts > basic suite > inner suite > another test
6666+basic.test.ts > basic suite > basic test
6767+basic.test.ts > outside test
6868+math.test.ts > 1 plus 1
6969+math.test.ts > failing test
7070+"
7171+`;
7272+7373+exports[`correctly outputs all tests with args: "--typecheck.only" 1`] = `
7474+"type.test-d.ts > 1 plus 1
7575+"
7676+`;
7777+6278exports[`json output shows error 1`] = `
6379"Error: describe error
6480 ❯ describe-error.test.ts:4:9