You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✔ jest-in-case [master|✔]$ tsl
/home/nathansa/ts/built/local/tsc.js:88011
throw e;
^
TypeError: Cannot read property 'length' of undefined
at Object.unescapeLeadingUnderscores (/home/nathansa/ts/built/local/tsc.js:12932:19)
at compareSignaturesRelated (/home/nathansa/ts/built/local/tsc.js:41802:103)
at signatureRelatedTo (/home/nathansa/ts/built/local/tsc.js:43198:24)
at signaturesRelatedTo (/home/nathansa/ts/built/local/tsc.js:43169:30)
at structuredTypeRelatedTo (/home/nathansa/ts/built/local/tsc.js:42875:39)
at recursiveTypeRelatedTo (/home/nathansa/ts/built/local/tsc.js:42624:64)
at isRelatedTo (/home/nathansa/ts/built/local/tsc.js:42247:38)
at checkTypeRelatedTo (/home/nathansa/ts/built/local/tsc.js:42029:26)
at checkTypeRelatedToAndOptionallyElaborate (/home/nathansa/ts/built/local/tsc.js:41354:24)
at checkApplicableSignature (/home/nathansa/ts/built/local/tsc.js:49718:26)
// @Filename: jest-in-case-tests.ts// (this is only the piece of the tests required to cause the crash)importcases= require("jest-in-case");test('array',()=>{consttester=jest.fn(opts=>{expect(add(opts.augend,opts.addend)).toBe(opts.total);});cases(title,tester,testCases);});
The text was updated successfully, but these errors were encountered:
sandersn
changed the title
Cannot read property 'length' of undefined in @types/jest-in-case
Crash in compareSignaturesRelated from @types/jest-in-case
Mar 1, 2019
From the nightly DT run.
The text was updated successfully, but these errors were encountered: