We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc7262 commit 8b6c899Copy full SHA for 8b6c899
packages/jest-test-sequencer/src/index.ts
@@ -52,6 +52,7 @@ type ShardPositionOptions = ShardOptions & {
52
export default class TestSequencer {
53
private readonly _cache = new Map<TestContext, Cache>();
54
55
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
56
constructor(_options?: TestSequencerOptions) {}
57
58
_getCachePath(testContext: TestContext): string {
0 commit comments