paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
31 stars 3 forks source link

Unit tests across the entire repository #35

Open paperdave opened 2 years ago

paperdave commented 2 years ago

i want to setup cross-runtime unit tests, specifically to run in node.js and bun. do stuff so we can run the suite on node 16, 18, or even earlier things. i moved logger (and all packages) to requiring node 16 as that is the version of node i use personally and can easily test on.

estimate of a list of tests i want