···1212`;
13131414exports[`should fail > typecheck files 2`] = `
1515-" FAIL fail.test-d.ts > nested suite
1515+" FAIL fail.test-d.ts:7:0 > nested suite
1616TypeCheckError: This expression is not callable. Type 'ExpectVoid<number>' has no call signatures.
1717 ❯ fail.test-d.ts:15:19
1818 13| })
···2323`;
24242525exports[`should fail > typecheck files 3`] = `
2626-" FAIL expect-error.test-d.ts > failing test with expect-error
2626+" FAIL expect-error.test-d.ts:4:0 > failing test with expect-error
2727TypeCheckError: Unused '@ts-expect-error' directive.
2828 ❯ expect-error.test-d.ts:5:3
2929 3| //
···3434`;
35353636exports[`should fail > typecheck files 4`] = `
3737-" FAIL fail.test-d.ts > failing test
3737+" FAIL fail.test-d.ts:3:0 > failing test
3838TypeCheckError: Type 'string' does not satisfy the constraint '"Expected string, Actual number"'.
3939 ❯ fail.test-d.ts:4:33
4040 2|
···4545`;
46464747exports[`should fail > typecheck files 5`] = `
4848-" FAIL fail.test-d.ts > nested suite > nested 2 > failing test 2
4848+" FAIL fail.test-d.ts:9:4 > nested suite > nested 2 > failing test 2
4949TypeCheckError: This expression is not callable. Type 'ExpectVoid<number>' has no call signatures.
5050 ❯ fail.test-d.ts:10:23
5151 8| describe('nested 2', () => {
···5656`;
57575858exports[`should fail > typecheck files 6`] = `
5959-" FAIL fail.test-d.ts > nested suite > nested 2 > failing test 2
5959+" FAIL fail.test-d.ts:9:4 > nested suite > nested 2 > failing test 2
6060TypeCheckError: This expression is not callable. Type 'ExpectUndefined<number>' has no call signatures.
6161 ❯ fail.test-d.ts:11:23
6262 9| test('failing test 2', () => {
···6767`;
68686969exports[`should fail > typecheck files 7`] = `
7070-" FAIL js-fail.test-d.js > js test fails
7070+" FAIL js-fail.test-d.js:5:0 > js test fails
7171TypeCheckError: This expression is not callable. Type 'ExpectArray<number>' has no call signatures.
7272 ❯ js-fail.test-d.js:6:19
7373 4|
···7878`;
79798080exports[`should fail > typecheck files 8`] = `
8181-" FAIL node-types.test-d.ts > buffer is not available
8181+" FAIL node-types.test-d.ts:3:0 > buffer is not available
8282TypeCheckError: Cannot find name 'Buffer'. Do you need to install type definitions for node? Try \`npm i --save-dev @types/node\` and then add 'node' to the types field in your tsconfig.
8383 ❯ node-types.test-d.ts:4:3
8484 2|
···8989`;
90909191exports[`should fail > typecheck files 9`] = `
9292-" FAIL only.test-d.ts > failing test
9292+" FAIL only.test-d.ts:3:0 > failing test
9393TypeCheckError: Type 'string' does not satisfy the constraint '"Expected string, Actual number"'.
9494 ❯ only.test-d.ts:4:33
9595 2|