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 2054c80 commit 5b4f7b2Copy full SHA for 5b4f7b2
src/satisfy/index.js
@@ -1,7 +1,7 @@
1
// import _ from '../wrap/lodash'
2
3
export default (call, stubbings) => {
4
- // RTODO: dummy impl to drive create feature first
+ // TODO: dummy impl to drive create feature first
5
return stubbings ? stubbings[0].outcomes[0] : undefined
6
7
// 1. find the last matching stubbing (args+conditions match + has values left)
0 commit comments