use cypress for integration tests

This commit is contained in:
Elio Bischof
2023-06-05 23:27:05 +02:00
parent d312c86ac0
commit 24c1ed7dca
17 changed files with 972 additions and 343 deletions

View File

@@ -0,0 +1,5 @@
describe('slug', () => {
it('this is not a real test', () => { })
})
export { }