Wojciech Fiderek
Wojciech Fiderek
It is implemented but usage is defferent: ```js spyOn(a, "method").and.callFake( behaviorA ); // Now you want behavior B instead of A // (type casting is for typescript) (a).method.and.callFake( behaviorB );...
Is Google Sing-in also kind of social login that is not working? I am considering using firebaseui for authentication.
@jjcv2304 I just added `global` to jest config in package.json ``` typesctipt { "jest": { "preset": "ts-jest", "testEnvironment": "node", "setupFilesAfterEnv": [ "jest-extended", "./tests/tests-setup.ts" // includes import 'jest-extended' ], "globals": {...
@andreas-aeschlimann should be dat**A** not dat**E** - just copy paste error of mine. It can be usefull if eg. you want to validate string that should not be empty. In...
@andreas-aeschlimann IMO below should be enoug to fix. Please verify and apply if you see no bugs in this solution: FILE: https://github.com/dhlab-basel/json2typescript/blob/master/src/json2typescript/json-convert-decorators.ts TODO: Do **not** put line 171 in `else`...
Use `createObjectCsvStringifier({ alwaysQuote: true, .. })`
Imo. to be closed. Should be mapped on higher level, not library itself.