truffle-test.sh 121 B

12345
  1. #!/usr/bin/env bash
  2. sed -i -e "s/localhost:8545/${RPC_HOST}:${RPC_PORT}/g" test/TestProxyBEP20.js
  3. npm run truffle:test