Skip to content

Commit 04c3084

Browse files
authored
fix name (#66)
1 parent 64d2c20 commit 04c3084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ exports.test = function (testParams) {
205205

206206
if (typeof options.setupAll === "function") {
207207
let params = buildParams(test, collection);
208-
options.setup(params);
208+
options.setupAll(params);
209209
}
210210
for (let i = 0; i < runs + 1; ++i) {
211211
let params = buildParams(test, collection);

0 commit comments

Comments
 (0)