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

Feat/met 4756 angular 14 #141

Merged
merged 6 commits into from
Sep 5, 2022
Merged

Feat/met 4756 angular 14 #141

merged 6 commits into from
Sep 5, 2022

Conversation

andyjmaclean
Copy link
Contributor

No description provided.

@@ -820,9 +821,11 @@ describe('OverviewComponent', () => {
).toBeTruthy();
});

it('should get the total figure', () => {
it('should get the total figure', fakeAsync(() => {
tick(1);
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't know, just asking ?... but this tick(1) for fakeAsync it seems unnecessary.
The overview tests run fine without it ;)

Copy link
Contributor Author

@andyjmaclean andyjmaclean Sep 5, 2022

Choose a reason for hiding this comment

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

@adolfopeixinho Removed!

@@ -36,6 +36,8 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"allowedCommonJsDependencies": [
"html2canvas",
"rgbcolor",
"core-js",
"polylabel",
"raf",
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps add, to the end of the angular configuration, a no-tracking analytics by default?
"cli": { "analytics": false }

@andyjmaclean andyjmaclean merged commit 45778a3 into develop Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants