Skip to content

Commit f54bada

Browse files
committed
standard (comment out notes)
1 parent d56b530 commit f54bada

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/satisfy/deliver-outcome.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ export default function executePlan (stubbing, call) {
66
// case 'thenResolve': return createPromise(stubbing, value, true)
77
// case 'thenReject': return createPromise(stubbing, value, false)
88
}
9-

src/satisfy/invoke-callbacks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default function invokeCallbacks (stubbing, call) {
22
}
3-
3+
/*
44
var invokeCallbackFor = (stubbing, actualArgs) => {
55
if (_.some(stubbing.args, isCallback)) {
66
_.each(stubbing.args, (expectedArg, i) => {
@@ -32,4 +32,4 @@ var callCallback = (stubbing, callback, args) => {
3232
return callback(...args) // eslint-disable-line
3333
}
3434
}
35-
35+
*/

test/unit/satisfy/find-last-stubbing-match.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ module.exports = {
6161
assert.equal(result, stubbing1)
6262
}
6363
}
64-

0 commit comments

Comments
 (0)