Daniel Greenwald

Results 3 comments of Daniel Greenwald

This was really confusing to me because I assumed that stub.rejects('string) works the same as throw('string) from an async function. Workaround is to use .returns(Promise.reject('string'). After reading this thread I...

Also you can install any of the linux distros at linuxcontainers.org without distrod by simply downloading the root.tar.xz and running something like: `wsl.exe --import AL2 c:\users\username\wsl\ C:\Users\username\Downloads\rootfs.tar.xz` Example image found...

Our team facing same issue...