aboutsummaryrefslogtreecommitdiff
path: root/test/regression/issue/03216.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-20fix flaky testGravatar Jarred Sumner 1-3/+2
@paperdave we must always use `bunEnv` in the `env` to ensure that the color settings and other stuff doesn't cause bun to produce extraneous stdout input when using console.log Additionally, the console.log was left in (which is okay)
2023-07-20fix directory caching with workaround (#3710)Gravatar dave caruso 1-0/+42
* ok * test