()
| 509 | |
| 510 | it('should convert non-strings to strings', () => { |
| 511 | function htmlsafe() { |
| 512 | return helper.htmlsafe(false); |
| 513 | } |
| 514 | |
| 515 | expect(htmlsafe).not.toThrow(); |
| 516 | expect(htmlsafe()).toBe('false'); |
no outgoing calls
no test coverage detected
searching dependent graphs…