b91e262
1
2
3
4
5
6
describe('{{name}}', () => { it('should work', async () => { expect(typeof 'hello').toBe('string') }) })