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

Consider changing default test command #14

Closed MoMannn closed 6 years ago

MoMannn commented 6 years ago

Consider changing default test command to:

rm -rf build && specron compile && specron test --require ts-node/register --match ./src/tests/**/*.test.ts

xpepermint commented 6 years ago

That will not work on non-linux platforms (e.g. Windows). I intentionally left that part and I add it manually.