enable typescript support for cypress

This commit is contained in:
Hans Pagel
2020-09-30 17:12:34 +02:00
parent 4fcb4e94bd
commit 82a9654189
5 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
describe('example test', () => {
it('should work', () => {
expect('<p>Example Text</p>').to.eq('<p>Example Text</p>')
})
})