laconicd/tests/solidity/.gitignore
Yijia Su fa77bae105
tests: refactor solidity test cases (#249)
* Refactor

* add script to run all tests

* Spawn ethermintd in node script

* Update README

* kill process when test finished

* add new test case

* add yarn.lock inside tests to be tracked
2021-07-12 05:22:20 -04:00

6 lines
107 B
Plaintext

# dependencies
node_modules/
# ignore package-lock files (only use yarn.lock)
package-lock.json
!yarn.lock