Ahmed Hassan
Results
2
comments of
Ahmed Hassan
I can contribute the changes regarding this migration.
```js function throwsException(fake, error, message) { if (typeof error === "function") { fake.exceptionCreator = error; } else if (typeof error === "string") { fake.exceptionCreator = function () { const newException...