Commits

Alexandre Vryghem authored 99ea73f9f61
Fix jasmine Matchers functions not properly indexing
No tags

tsconfig.json

Modified
39 39 "types": [
40 40 "node",
41 41 "jasmine"
42 42 ],
43 43 "useDefineForClassFields": false
44 44 },
45 45 "angularCompilerOptions": {
46 46 "fullTemplateTypeCheck": true,
47 47 "strictInjectionParameters": true,
48 48 "strictInputAccessModifiers": true
49 - }
49 + },
50 + "exclude": [
51 + "cypress.config.ts"
52 + ]
50 53 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut