Skip to content

Commit c5e5ee8

Browse files
authored
chore: remove redundant word in comment (#15602)
1 parent d866589 commit c5e5ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/__tests__/runtimeInternalModuleRegistry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('Runtime Internal Module Registry', () => {
1313
// wouldn't re-require it and thus ignored any mocks that the module may have
1414
// used.
1515
//
16-
// This test verifies that that behavior doesn't happen anymore, and correctly
16+
// This test verifies that behavior doesn't happen anymore, and correctly
1717
// uses two module registries: an internal registry that's used specifically by
1818
// Jest to require any internal modules used when setting up the test
1919
// environment, and a "normal" module registry that's used by the actual test

packages/jest-environment/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface Jest {
8282
*/
8383
advanceTimersToNextTimer(steps?: number): void;
8484
/**
85-
* Advances the clock to the the moment of the first scheduled timer, firing it.
85+
* Advances the clock to the moment of the first scheduled timer, firing it.
8686
* Optionally, you can provide steps, so it will run steps amount of
8787
* next timeouts/intervals.
8888
*

0 commit comments

Comments
 (0)