-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: master
Are you sure you want to change the base?
fix test errors #1379
Conversation
@@ -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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Fix errors when running ng/npm run test command for angular, react and wc