Fixed some issues in test files
This commit is contained in:
@ -11,6 +11,6 @@ res(data), worker.terminate();
|
||||
worker.onerror = err => {
|
||||
rej(err), worker.terminate();
|
||||
};
|
||||
|
||||
});
|
||||
};
|
||||
module.exports = runAsync;
|
||||
Reference in New Issue
Block a user