Adding Cypress

This commit is contained in:
2024-11-04 21:40:59 +01:00
parent 2b2d1bb6a2
commit 1a5a4f3ec9
7 changed files with 2215 additions and 1 deletions

View File

@ -0,0 +1,5 @@
describe('My first test', () => {
it('Does not do much!', () => {
expect(true).to.equal(true);
})
})