Skip to content

Commit dd9f621

Browse files
Claude Codeclaude
andcommitted
fix: remove conflicting TypeScript config from cypress.config.ts
The TypeScript configuration with module: 'commonjs' conflicted with the ES module setup in package.json, causing "exports is not defined in ES module scope" error. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 78e37e9 commit dd9f621

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

frontend/cypress.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ export default defineConfig({
55
API_URL: 'http://localhost:3456/api/v1',
66
TEST_SECRET: 'averyLongSecretToSe33dtheDB',
77
},
8-
// TypeScript configuration for Cypress
9-
typescript: {
10-
transpileOnly: true,
11-
compilerOptions: {
12-
module: 'commonjs',
13-
moduleResolution: 'node',
14-
},
15-
},
168
video: false,
179
retries: {
1810
runMode: 2,

0 commit comments

Comments
 (0)