Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dev): prevent fs-fixture causing a re-run loop
Some part of the `tsx watch` mode causes it to observe file changes that are caused by the fs-fixture tool in the test suite, leading to the test suite running repeatedly. Ignoring the system's temporary directory seems to at least put a bandaid on the problem. This is unlikely to be compatible across every platform, so, suggestions on improvements welcome.
- Loading branch information