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
* Rename pkgDir to projectDir: this better communicates it's the
directory of the user's project.
* Remove unused cwd option from API.
* Remove default for resolveTestsFrom. It's confusing to see
process.cwd() in the code even though it's never actually used.
* Ensure API test properly creates the API instances.
// The following two tests are only run against "Without Pool" behavior as they test the exclusive test features. These features are currently not expected to work correctly in the limited process pool. When the limited process pool behavior is finalized this test file will be updated. See: https://github.com/avajs/ava/pull/791#issuecomment-216293302
22
23
test('Without Pool: test file with exclusive tests causes non-exclusive tests in other files to be ignored', t => {
@@ -28,7 +29,7 @@ test('Without Pool: test file with exclusive tests causes non-exclusive tests in
0 commit comments