TODO
Description
We use hspec in the monorepo but I suspect we might benefit from using tasty as the test runner (in addition to hspec) since we’re using tasty-bench for automated benchmarks anyway.
At the very least this repo would be a convenient place to test the idea on a small scale, since the existing hedgehog-based test suite makes it a little inconvenient to add unit tests.
TODO
tasty,tasty-hedgehog, etc. as dependenciestasty-discoverfor automated test case discoverytastychecks in parallel by default, so tests must not assume that they can be run sequentiallyDescription
We use
hspecin the monorepo but I suspect we might benefit from usingtastyas the test runner (in addition tohspec) since we’re usingtasty-benchfor automated benchmarks anyway.At the very least this repo would be a convenient place to test the idea on a small scale, since the existing
hedgehog-based test suite makes it a little inconvenient to add unit tests.