Skip to content

Commit

Permalink
chore: enable unit testing support for tests that are located in cypr…
Browse files Browse the repository at this point in the history
…ess/component (Greenstand#266)
  • Loading branch information
PtrHtn authored Jan 12, 2022
1 parent cb601df commit 3c7f1f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"baseUrl": "http://localhost:3001",
"testFiles": "**/*spec.py.{js,jsx,ts,tsx}",
"componentFolder": "src"
"experimentalComponentTesting": true,
"componentFolder": "cypress/component"
}

0 comments on commit 3c7f1f4

Please sign in to comment.