Skip to content

Commit

Permalink
added static for clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-kushwaha committed Jul 28, 2020
1 parent b235a1b commit 0be2e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-core/src/TestScheduler.ts
Expand Up @@ -281,7 +281,7 @@ export default class TestScheduler {
return aggregatedResults;
}

private _partitionTests(
private static _partitionTests(
testRunners: Record<string, TestRunner>,
tests: Array<TestRunner.Test>,
): Record<string, Array<TestRunner.Test>> | null {
Expand Down

0 comments on commit 0be2e81

Please sign in to comment.