Invalid JSON RPC response when using Test Helpers expectRevert OpenZeppelin Test Environment

When (re)building my test from your code I had some issues at first, but as I understand now (I am new to JS), the main one was that in my code I used require() with a local folder ( require(’…/openzeppelin/test-helpers’); vs. require(’@openzeppelin/test-helpers’); ).

Thank you very much for your help!

1 Like