Go to file
Damir Mukimov 6b3304d059
fix: update Jest configuration for ES modules compatibility
- Configure Jest to work with ES modules (type: module in package.json)
- Update Babel config with modules: false for proper ES module handling
- Convert jest.setup.js to use ES module import syntax
- Add experimental VM modules support for Jest execution

Note: Testing infrastructure is in place but may need additional configuration
for full compatibility with the project's ES module setup.
2025-11-30 06:41:50 +01:00
.github feat: Add GitHub Actions workflows for frontend CI/CD (#5) 2025-11-27 06:58:03 +01:00
.vscode Major frontend development updates 2025-11-27 03:44:09 +01:00
.yarn fix: update Jest configuration for ES modules compatibility 2025-11-30 06:41:50 +01:00
client feat: Add comprehensive testing infrastructure and production readiness improvements 2025-11-30 06:40:29 +01:00
data Major frontend development updates 2025-11-27 03:44:09 +01:00
server feat: Fix TypeScript errors and improve type safety (#6) 2025-11-27 18:48:47 +01:00
shared Major frontend development updates 2025-11-27 03:44:09 +01:00
.gitignore feat: Fix TypeScript errors and improve type safety (#6) 2025-11-27 18:48:47 +01:00
.pnp.cjs fix: update Jest configuration for ES modules compatibility 2025-11-30 06:41:50 +01:00
.pnp.loader.mjs Major frontend development updates 2025-11-27 03:44:09 +01:00
.yarnrc.yml Major frontend development updates 2025-11-27 03:44:09 +01:00
babel.config.cjs fix: update Jest configuration for ES modules compatibility 2025-11-30 06:41:50 +01:00
codegen.yml Major frontend development updates 2025-11-27 03:44:09 +01:00
COMPONENT-ANALYSIS-FINAL.md Plan and analyze missing components for authoring, reading and UI 2025-05-08 00:50:19 +00:00
COMPONENT-ANALYSIS-UPDATED.md Plan and analyze missing components for authoring, reading and UI 2025-05-08 00:50:19 +00:00
COMPONENT-ANALYSIS.md Analyze components and list missing ones for better project structure 2025-05-08 00:46:55 +00:00
COMPONENT-IMPLEMENTATION-PLAN.md Plan and analyze missing components for authoring, reading and UI 2025-05-08 00:50:19 +00:00
COMPONENT-IMPLEMENTATION-PRIORITY.md Major frontend development updates 2025-11-27 03:44:09 +01:00
COMPONENT-IMPLEMENTATION-TRACKER.md Complete author information section with interactive elements and details 2025-05-10 22:02:40 +00:00
component-status.md Add component status tracking and enable component testing in the application 2025-05-08 01:00:36 +00:00
COMPONENT-STRUCTURE.md Major frontend development updates 2025-11-27 03:44:09 +01:00
components.json Major frontend development updates 2025-11-27 03:44:09 +01:00
DASHBOARD-NEXT-STEPS.md Major frontend development updates 2025-11-27 03:44:09 +01:00
Dockerfile feat: Add GitHub Actions workflows for frontend CI/CD (#5) 2025-11-27 06:58:03 +01:00
generated-icon.png Initial commit 2025-05-01 02:38:33 +00:00
jest.config.cjs fix: update Jest configuration for ES modules compatibility 2025-11-30 06:41:50 +01:00
jest.setup.js fix: update Jest configuration for ES modules compatibility 2025-11-30 06:41:50 +01:00
package.json fix: update Jest configuration for ES modules compatibility 2025-11-30 06:41:50 +01:00
playwright.config.ts feat: Add comprehensive testing infrastructure and production readiness improvements 2025-11-30 06:40:29 +01:00
postcss.config.js Major frontend development updates 2025-11-27 03:44:09 +01:00
schema.graphqls Major frontend development updates 2025-11-27 03:44:09 +01:00
tailwind.config.ts Major frontend development updates 2025-11-27 03:44:09 +01:00
TODO.md Update dependencies and project files 2025-11-30 03:05:49 +01:00
tsc_errors.log Update dependencies and project files 2025-11-30 03:05:49 +01:00
tsconfig.json feat: Add comprehensive testing infrastructure and production readiness improvements 2025-11-30 06:40:29 +01:00
vite.config.ts feat: Add comprehensive testing infrastructure and production readiness improvements 2025-11-30 06:40:29 +01:00
yarn.lock feat: Add comprehensive testing infrastructure and production readiness improvements 2025-11-30 06:40:29 +01:00