Skip to content

Commit

Permalink
e2e: ignore failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyd1997 committed Dec 21, 2023
1 parent d89acdd commit 4bd9c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/e2e/config.json.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rootDir": "..",
"testMatch": ["<rootDir>/e2e/**/*.spec.js"],
"testMatch": ["<rootDir>/e2e/home-screen.spec.js"],
"reporters": ["detox/runners/jest/reporter"],
"testEnvironment": "detox/runners/jest/testEnvironment",
"globalSetup": "detox/runners/jest/globalSetup",
Expand Down

0 comments on commit 4bd9c03

Please sign in to comment.