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

fix test errors #1379

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

fix test errors #1379

wants to merge 9 commits into from

Conversation

Hristo313
Copy link
Contributor

@Hristo313 Hristo313 commented Feb 24, 2025

Fix errors when running ng/npm run test command for angular, react and wc

@coveralls
Copy link

coveralls commented Feb 24, 2025

Coverage Status

coverage: 70.044%. remained the same
when pulling 21a1463 on hhristov/fix-automation-errors
into 9168447 on master.

@@ -32,4 +32,4 @@ jobs:
- run: npm i # replace with 'npm ci' after committing lock file from first install
- run: npm run lint
- run: npm run build
- run: npm run test -- --watch=false --browsers ChromeHeadless
- run: NODE_OPTIONS="--max-old-space-size=6000" npm run test -- --watch=false --browsers ChromeHeadless
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not particularly sure if we should add the flag here as this will also add it for all generated project. This may not be ideal if its sole purpose is to allow the automation on generated apps to run properly. It does not seem to be needed when publishing to GitHub and running the CI - link

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it form the yml files and added it to the package.json files

@Hristo313 Hristo313 changed the title fix: handle automation errors fix test errors Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants