trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Truffle should allow projects to specify their automated "JS" tests in TypeScript #4461

Open haltman-at opened 3 years ago

haltman-at commented 3 years ago

Issue

We have some support for this at the moment but it's pretty dire (and more or less undocumented, see #3788). We should support this properly using ts-node.

Environment

gnidan commented 3 years ago

(We may want separate issues for migrations, exec scripts, truffle console ---require=<...> hooks, etc.)