File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
6161export default class JestWorker {
6262 private _ending : boolean ;
You can’t perform that action at this time.
0 commit comments