Skip to content

Commit

Permalink
chore(llm): 🏚️ run tests at e2e/specs/*.spec.ts (#7928)
Browse files Browse the repository at this point in the history
* chore(llm): run tests at `e2e/specs/*.spec.ts`

* chore: update change log
  • Loading branch information
thesan authored Sep 27, 2024
1 parent 1f55fa5 commit d304a32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/six-hairs-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Run tests files at `e2e/specs/*.spec.ts`
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = async () => ({
},
setupFilesAfterEnv: ["<rootDir>/e2e/setup.ts"],
testTimeout: 150000,
testMatch: ["<rootDir>/e2e/specs/!(speculos)/**/*.spec.ts"],
testMatch: ["<rootDir>/e2e/specs/{*.spec.ts,!(speculos)/**/*.spec.ts}"],
reporters: ["detox/runners/jest/reporter", ["jest-allure2-reporter", jestAllure2ReporterOptions]],
globalSetup: "detox/runners/jest/globalSetup",
globalTeardown: "<rootDir>/e2e/jest.globalTeardown.ts",
Expand Down

0 comments on commit d304a32

Please sign in to comment.