Skip to content

Commit d62167d

Browse files
authored
Align readme (#7927)
#impacc
1 parent bc51873 commit d62167d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/jest-worker/src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ function getExposedMethods(
5353
* so they will get executed as soon as they can.
5454
*
5555
* - Sticky method: if a "computeWorkerKey" method is provided within the
56-
* config, the resulting string of this method will be used as a key.
57-
* Every time this key is returned, it is guaranteed that your job will be
58-
* processed by the same worker. This is specially useful if your workers are
59-
* caching results.
56+
* config, the resulting string of this method will be used as a key.
57+
* Every time this key is returned, it is guaranteed that your job will be
58+
* processed by the same worker. This is specially useful if your workers
59+
* are caching results.
6060
*/
6161
export default class JestWorker {
6262
private _ending: boolean;

0 commit comments

Comments
 (0)