feat: add basic cypress test as initial work towards e2e tests

This commit is contained in:
Jun Siang Cheah
2024-04-26 22:32:09 +01:00
parent 81fb53e757
commit 730befce45
13 changed files with 1961 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:svelte/recommended',
'plugin:cypress/recommended',
'prettier'
],
parser: '@typescript-eslint/parser',