We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4008d5 commit 7ccb208Copy full SHA for 7ccb208
lib/worker/subprocess.js
@@ -102,7 +102,7 @@ ipc.options.then(async options => {
102
return runner;
103
};
104
105
- // Store value in case to prevent required modules from modifying it.
+ // Store value to prevent required modules from modifying it.
106
const testPath = options.file;
107
108
// Install basic source map support.
0 commit comments