Is it possible to use sinonJS with this dependency? When using the spy method i get the following transpiling error:
ReferenceError: self is not defined
I inspected the source and it seems that it uses it's own webpack conf to transpile the tests. However it does not seem to work with Sinon. I tried sinon version 5.0.1 and 6.0.1
Hello,
Is it possible to use sinonJS with this dependency? When using the spy method i get the following transpiling error:
ReferenceError: self is not defined
I inspected the source and it seems that it uses it's own webpack conf to transpile the tests. However it does not seem to work with Sinon. I tried sinon version 5.0.1 and 6.0.1