Skip to content

Commit 3e2abb1

Browse files
committed
refactor: 테스트 폴더 구조 개선
1 parent f1eb854 commit 3e2abb1

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

cypress.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { defineConfig } from 'cypress';
33
export default defineConfig({
44
e2e: {
55
baseUrl: 'http://localhost:5173',
6-
specPattern: 'e2e/**/*.cy.{js,jsx,ts,tsx}',
7-
supportFile: 'e2e/support/e2e.ts',
8-
fixturesFolder: 'e2e/fixtures',
6+
specPattern: 'tests/e2e/**/*.cy.{js,jsx,ts,tsx}',
7+
supportFile: 'tests/e2e/support/e2e.ts',
8+
fixturesFolder: 'tests/e2e/fixtures',
99
},
1010
viewportWidth: 1280,
1111
viewportHeight: 720,

tests/unit/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)