-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: make unit tests cacheable, fix package graph #7108
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
Changes from 1 commit
806126b
2f6a447
bbe3c30
b290fca
dcab04e
e2db963
1907418
7098879
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ | |
| "tslib": "^1.9.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@sentry/browser": "7.36.0", | ||
|
||
| "chai": "^4.1.2" | ||
| }, | ||
| "scripts": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,7 @@ | |
| "tslib": "^1.9.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@sentry/tracing": "7.36.0", | ||
|
||
| "@types/cookie": "0.3.2", | ||
| "@types/express": "^4.17.14", | ||
| "@types/lru-cache": "^5.1.0", | ||
|
|
||
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.
Let's maybe only start with caching
test:unit, as the integration tests (for example) also make sure stuff keeps working with new versions of e.g. browsers, which is not really deterministic in this way.WDYT @AbhiPrasad / @Lms24 / @lforst ?
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.
yes that makes sense to me
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.
Reverted, I'll leave this one to you to revisit :)