enable typescript support for cypress
This commit is contained in:
5
tests/cypress/integration/core/example.spec.ts
Normal file
5
tests/cypress/integration/core/example.spec.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
describe('example test', () => {
|
||||
it('should work', () => {
|
||||
expect('<p>Example Text</p>').to.eq('<p>Example Text</p>')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user