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 64d2c20 commit 04c3084Copy full SHA for 04c3084
simple/test.js
@@ -205,7 +205,7 @@ exports.test = function (testParams) {
205
206
if (typeof options.setupAll === "function") {
207
let params = buildParams(test, collection);
208
- options.setup(params);
+ options.setupAll(params);
209
}
210
for (let i = 0; i < runs + 1; ++i) {
211
0 commit comments