Skip to content

Commit 6ea07e6

Browse files
committed
Renamed folder
1 parent de921a3 commit 6ea07e6

13 files changed

+2
-2
lines changed

apps/contact/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const config: Config = {
229229
],
230230
moduleFileExtensions: ["cjs", "js", "ts", "tsx", "json", "node"],
231231
setupFilesAfterEnv: ["./jest.setup.ts"],
232-
testPathIgnorePatterns: ["/node_modules/", "/tests/e2e/"],
232+
testPathIgnorePatterns: ["/node_modules/", "/tests/playwright/"],
233233
};
234234

235235
export default config;

apps/contact/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { defineConfig, devices } from "@playwright/test";
1212
* See https://playwright.dev/docs/test-configuration.
1313
*/
1414
export default defineConfig({
15-
testDir: "./tests/e2e",
15+
testDir: "./tests/playwright",
1616
/* Run tests in files in parallel */
1717
fullyParallel: true,
1818
/* Fail the build on CI if you accidentally left test.only in the source code. */
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)