To run your test scripts, just run this command:
truffle test
Alternatively, you can specify a path to a specific file you want to run. For example, take a look at this:
truffle test ./path/to/test/file.js
To run your test scripts, just run this command:
truffle test
Alternatively, you can specify a path to a specific file you want to run. For example, take a look at this:
truffle test ./path/to/test/file.js