(attr, dflt)
| 1130 | var containerIn; |
| 1131 | |
| 1132 | function coerce(attr, dflt) { |
| 1133 | return Lib.coerce(containerIn, {}, attributes, attr, dflt); |
| 1134 | } |
| 1135 | |
| 1136 | it('should insert the full default if no or empty input', function () { |
| 1137 | containerIn = undefined; |
no outgoing calls
no test coverage detected
searching dependent graphs…