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 cb91eed commit ed3f688Copy full SHA for ed3f688
test/unit/api.test.js
@@ -151,7 +151,6 @@ describe('wrapper API', () => {
151
// Place the callback at the position we want to see it in
152
args[callbackPosition] = 'callback';
153
// truncate the array
154
- args.length = functionLength - (argumentDecrement - 1);
155
const argsPassedToDriver = args.slice(0, callbackPosition);
156
157
resolveSuite.push(() =>
0 commit comments