Issue with dynamic require statement #169
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I run tests I'm getting this error:
In that file, there's this
What's strange is even if I comment out that line, it still fails. Only if I remove it will tests run.
I've resorted to this for now:
@paulyoung are you using requireJS together with jasmine-headless-webkit?
We were, but are using currently mocha, chai and sinon.