Tanguy Krotoff
Tanguy Krotoff
Any news?
Any news?
Any news?
https://github.com/airbnb/javascript/issues/269#issuecomment-107319162: > Holding down the shift key every time you want a string kinda stinks. Your carpal tunnel will thank you for using single quotes.
Your sentence *"there is no way to return to the original, manually mocked implementation"* sums it all. I've spent hours playing with clearAllMocks, resetAllMocks, restoreAllMocks, resetModules trying to find a...
@udivankin > `` seems to do the trick Does not work
[expect has `spy.restore()`](https://github.com/mjackson/expect#restore), same for [Sinon.JS](http://sinonjs.org/releases/v2.0.0-pre.6/spies/). Jasmine is missing `spy.restore()`, this has been reported multiple times: - https://github.com/jasmine/jasmine/issues/236 (Jun 6, 2012) - https://github.com/jasmine/jasmine/pull/342 (Mar 16, 2013) - https://github.com/jasmine/jasmine/issues/683 (Oct 6,...
Would be nice to support this: ``` "clean": "rm -rf build coverage", "clean:all": "npm run clean && rm -rf node_modules package-lock.json" ``` ``` "lint": "tsc && eslint . '**/*.{js,jsx,ts,tsx}'" ```...
@tsaint31 What tool do you use for the memory report?
Related issues: - https://github.com/FortAwesome/Font-Awesome/issues/13079 - https://github.com/FortAwesome/Font-Awesome/issues/14742