Cypress E2E testing

This commit is contained in:
David
2021-03-13 21:38:34 +01:00
parent 0a38a83c38
commit 6153f739d2
8 changed files with 788 additions and 12 deletions

View File

@@ -10,6 +10,9 @@ module.exports = {
'<rootDir>/**/tests/*/**/*.{js,jsx,ts,tsx}',
'<rootDir>/**/*.{spec,test}.{js,jsx,ts,tsx}'
],
testPathIgnorePatterns: [
'<rootDir>/cypress/'
],
setupFilesAfterEnv: [
"<rootDir>/tests/setupTests.ts"
],