(str)
| 768 | } |
| 769 | |
| 770 | function shouldContainInBody (str) { |
| 771 | return function (res) { |
| 772 | assert.ok(res.text.indexOf(str) !== -1, |
| 773 | 'expected \'' + res.text + '\' to contain \'' + str + '\'') |
| 774 | } |
| 775 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…