Skip to content

Commit 93f386d

Browse files
committed
typo, damn github web ui
1 parent aab4220 commit 93f386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/createJestRunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const createRunner = runPath => {
2424

2525
const mutex = throat(this._globalConfig.maxWorkers);
2626

27-
const runTestInWorker = test => {
27+
const runTestInWorker = test =>
2828
mutex(async () => {
2929
if (watcher.isInterrupted()) {
3030
throw new CancelRun();

0 commit comments

Comments
 (0)