(str)
| 5 | // Use platform-specific line endings for realistic tests when templates have |
| 6 | // been loaded from disk |
| 7 | const nl = (str) => str.replace(/\n/g, EOL) |
| 8 | |
| 9 | describe('renderContent', () => { |
| 10 | test('takes a template and a context and returns a string (async)', async () => { |