Skip to content

Commit 8b6c899

Browse files
committed
lint
1 parent 5fc7262 commit 8b6c899

File tree

1 file changed

+1
-0
lines changed
  • packages/jest-test-sequencer/src

1 file changed

+1
-0
lines changed

packages/jest-test-sequencer/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ type ShardPositionOptions = ShardOptions & {
5252
export default class TestSequencer {
5353
private readonly _cache = new Map<TestContext, Cache>();
5454

55+
// eslint-disable-next-line @typescript-eslint/no-empty-function
5556
constructor(_options?: TestSequencerOptions) {}
5657

5758
_getCachePath(testContext: TestContext): string {

0 commit comments

Comments
 (0)