Skip to content

Commit

Permalink
Align readme (#7927)
Browse files Browse the repository at this point in the history
#impacc
  • Loading branch information
mjesun authored Feb 18, 2019
1 parent bc51873 commit d62167d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/jest-worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ function getExposedMethods(
* so they will get executed as soon as they can.
*
* - Sticky method: if a "computeWorkerKey" method is provided within the
* config, the resulting string of this method will be used as a key.
* Every time this key is returned, it is guaranteed that your job will be
* processed by the same worker. This is specially useful if your workers are
* caching results.
* config, the resulting string of this method will be used as a key.
* Every time this key is returned, it is guaranteed that your job will be
* processed by the same worker. This is specially useful if your workers
* are caching results.
*/
export default class JestWorker {
private _ending: boolean;
Expand Down

0 comments on commit d62167d

Please sign in to comment.