1
0
Files
golang-website/tests/e2e/Home/index.cy.js
2024-11-04 21:40:59 +01:00

6 lines
117 B
JavaScript

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