near / create-near-app

Create a starter app hooked up to the NEAR blockchain
https://near-examples.github.io/hello-near-examples/
MIT License
353 stars 157 forks source link

refactor: change the npm test script to build the ts contract #2114

Closed flmel closed 11 months ago

flmel commented 11 months ago

The test script in package.json currently requires the user to manually build the contract in prior to running the tests.

Ideally the flow would be the same as the test.sh script for the rust smart contract where the test script builds the contract prior execution.