Allow jest.config.cts #13243
Annotations
10 errors
ts integration:
e2e/runJest.ts#L281
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at toBe (e2e/runJest.ts:281:22)
at Object.<anonymous> (e2e/__tests__/tsIntegration.test.ts:68:46)
|
ts integration:
e2e/runJest.ts#L281
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at toBe (e2e/runJest.ts:281:22)
at Object.<anonymous> (e2e/__tests__/tsIntegration.test.ts:89:46)
|
ts integration:
e2e/__tests__/tsIntegration.test.ts#L147
expect(received).toMatch(expected)
Expected substring: "jest.config.cts(2,40): error TS2322: Type 'string' is not assignable to type 'number'."
Received string: "/home/runner/work/jest/jest/e2e/ts-node-integration/jest.config.cts:2
const config: Config.InitialOptions = {testTimeout: '10000'};
^^^^^^·
SyntaxError: Missing initializer in const declaration
at requireOrImportModule (packages/jest-util/build/index.js:881:28)
at Object.toMatch (e2e/__tests__/tsIntegration.test.ts:147:20)
|
ts integration:
e2e/__tests__/tsIntegration.test.ts#L166
expect(received).toMatch(expected)
Expected substring: "jest.config.cts(3,16): error TS2304: Cannot find name 'get'."
Received string: "/home/runner/work/jest/jest/e2e/ts-node-integration/jest.config.cts:2
const config: Config.InitialOptions = {verbose: true};
^^^^^^·
SyntaxError: Missing initializer in const declaration
at requireOrImportModule (packages/jest-util/build/index.js:881:28)
at Object.toMatch (e2e/__tests__/tsIntegration.test.ts:166:20)
|
ts integration:
e2e/runJest.ts#L281
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at toBe (e2e/runJest.ts:281:22)
at Object.<anonymous> (e2e/__tests__/tsIntegration.test.ts:222:46)
|
ts integration:
e2e/runJest.ts#L281
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at toBe (e2e/runJest.ts:281:22)
at Object.<anonymous> (e2e/__tests__/tsIntegration.test.ts:243:46)
|
ts integration:
e2e/__tests__/tsIntegration.test.ts#L301
expect(received).toMatch(expected)
Expected substring: "jest.config.cts(2,40): error TS2322: Type 'string' is not assignable to type 'number'."
Received string: "/home/runner/work/jest/jest/e2e/ts-node-integration/jest.config.cts:2
const config: Config.InitialOptions = {testTimeout: '10000'};
^^^^^^·
SyntaxError: Missing initializer in const declaration
at requireOrImportModule (packages/jest-util/build/index.js:881:28)
at Object.toMatch (e2e/__tests__/tsIntegration.test.ts:301:20)
|
ts integration:
e2e/__tests__/tsIntegration.test.ts#L320
expect(received).toMatch(expected)
Expected substring: "jest.config.cts(3,16): error TS2304: Cannot find name 'get'."
Received string: "/home/runner/work/jest/jest/e2e/ts-node-integration/jest.config.cts:2
const config: Config.InitialOptions = {verbose: true};
^^^^^^·
SyntaxError: Missing initializer in const declaration
at requireOrImportModule (packages/jest-util/build/index.js:881:28)
at Object.toMatch (e2e/__tests__/tsIntegration.test.ts:320:20)
|
ts integration:
e2e/runJest.ts#L281
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at toBe (e2e/runJest.ts:281:22)
at Object.<anonymous> (e2e/__tests__/tsIntegration.test.ts:378:46)
|
ts integration:
e2e/runJest.ts#L281
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at toBe (e2e/runJest.ts:281:22)
at Object.<anonymous> (e2e/__tests__/tsIntegration.test.ts:399:46)
|
The logs for this run have expired and are no longer available.
Loading