Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-kushwaha committed Jul 28, 2020
1 parent b235a1b commit 69a6aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-core/src/TestScheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class TestScheduler {
}
});

const testsByRunner = TestScheduler._partitionTests(testRunners, tests);
const testsByRunner = this._partitionTests(testRunners, tests);

if (testsByRunner) {
try {
Expand Down

0 comments on commit 69a6aa7

Please sign in to comment.