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
Use patched version of tmp + avoid using promisifyAll
promisifyAll alters the prototype of the passed object, which can lead
to errors while executing the test case unitary.
Instead use the already imported library tmp-promise
0 commit comments