Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 86ea059

Browse files
authored
Make cypress happy about spec files all containing tests (#10709)
1 parent 4b1b9b1 commit 86ea059

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
return require("./cypress/plugins/index.ts").default(on, config);
2828
},
2929
baseUrl: "http://localhost:8080",
30-
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
30+
specPattern: "cypress/e2e/**/*.spec.{js,jsx,ts,tsx}",
3131
},
3232
env: {
3333
// Docker tag to use for `ghcr.io/matrix-org/sliding-sync` image.
File renamed without changes.

0 commit comments

Comments
 (0)