Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress does not work well with new tsconfig.app.json #378

Open
spaenleh opened this issue Oct 16, 2024 · 0 comments
Open

Cypress does not work well with new tsconfig.app.json #378

spaenleh opened this issue Oct 16, 2024 · 0 comments
Labels
chore Generic task or chore dependencies Pull requests that update a dependency file

Comments

@spaenleh
Copy link
Member

Cypress and webpack are having issues with the new multi Ts-config setup proposed in recent vite projects.

We have to add module: EsNext in the tsconfig.json at the root for it to compile to ESM... otherwise the cypress.config.ts is compiled to CJS...

We can not use path imports as they are not picked up by webpack when bundling the tests ... this is very annoying as it is not correctly marked by typescript when writing the tests ...

We should consider moving to a different framework maybe.

spaenleh added a commit that referenced this issue Nov 14, 2024
spaenleh pushed a commit that referenced this issue Dec 16, 2024
* feat: initalize general statistic and create date range component

* feat: create member activity chart

* feat: change sidebar to have my statistics only at root pages and change general statistics to my statistics

* feat: rename file to myAnalyticspage

* fix: responsive design and filling ranges gaps

* feat: controlling number of bars depends on screen size
@spaenleh spaenleh added chore Generic task or chore dependencies Pull requests that update a dependency file labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Generic task or chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant