You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get rid of tons of unnecessary destructuring in tests
* control in-process concurrency w/env var
formatting in testlib
split `context` into `context` and `contextEach`; stop sprinkling `once` around
`beforeAll` -> `before`
`runIf` -> `if`
`runSerially` -> `serial`, makes `serial` overloaded
* extract testlib to git dep
* extract getStream/expectStream to git dep
* Replace bundled fs-fixture-builder with git dep
* fix lockfile
* try to make yarn happy grrr
* test against node 20 nightly, since 19 seems not to be building every night
* bump git deps
* lockfile
* try to fix install on node nightly
* organize test helpers into multiple files, remove @yarnpkg/fslib dep, extract ctxTmpDir to its own context builder
* fix bug in tests supposed to run *outside* of the git clone directory
* fix transitive dep crash
* fix fs-fixture-builder bug
0 commit comments