You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
We really should have a section on writing tests using TypeScript. I actually have never done this and will have to dig up the references that @CruzMolina used to point me to for a guide on doing this.
At the bottom of https://www.trufflesuite.com/docs/truffle/testing/writing-tests-in-javascript is:
which just points to the link above. You could simply replace this with "see above".
Can you please create a document which explains nuances how to write tests using TypeScript. Topics:
import chai from 'chai'
)My approaches for the latter are:
The text was updated successfully, but these errors were encountered: