Skip to content

Commit 5b4f7b2

Browse files
committed
fix label
1 parent 2054c80 commit 5b4f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satisfy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// import _ from '../wrap/lodash'
22

33
export default (call, stubbings) => {
4-
// RTODO: dummy impl to drive create feature first
4+
// TODO: dummy impl to drive create feature first
55
return stubbings ? stubbings[0].outcomes[0] : undefined
66

77
// 1. find the last matching stubbing (args+conditions match + has values left)

0 commit comments

Comments
 (0)