Make cypress happy about spec files all containing tests (#10709)
This commit is contained in:
committed by
GitHub
parent
4b1b9b17ef
commit
86ea059de6
@@ -27,7 +27,7 @@ export default defineConfig({
|
||||
return require("./cypress/plugins/index.ts").default(on, config);
|
||||
},
|
||||
baseUrl: "http://localhost:8080",
|
||||
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
|
||||
specPattern: "cypress/e2e/**/*.spec.{js,jsx,ts,tsx}",
|
||||
},
|
||||
env: {
|
||||
// Docker tag to use for `ghcr.io/matrix-org/sliding-sync` image.
|
||||
|
||||
Reference in New Issue
Block a user