specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Support configuration through package.json #11

Closed xpepermint closed 6 years ago

xpepermint commented 6 years ago

Example:

{ // package.json
  ...
  "specron": {
    "require": [
      "ts-node/register"
    ]
  }
}