I have added jsencrypt to my project and now my tests are throwing an error. This is what I see in the console:
MOCHA Testing...
RUNTIME EXCEPTION Exception occurred while loading your tests
ReferenceError: ASN1 is not defined
at C:\{path-to-my-project}\node_modules\jsencrypt\bin\jsencrypt.js:3853:1
Anyone encountered this before or know a way to fix it?
I have added jsencrypt to my project and now my tests are throwing an error. This is what I see in the console:
Anyone encountered this before or know a way to fix it?