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

DEV: Update tests #323

Merged
merged 1 commit into from
Aug 28, 2024
Merged

DEV: Update tests #323

merged 1 commit into from
Aug 28, 2024

Conversation

CvX
Copy link
Contributor

@CvX CvX commented Aug 28, 2024

new imports, resolved deprecations, qunit-dom, strict assertions, fixed flakes, migrated the legacy component test, typos, gjs

new imports, resolved deprecations, qunit-dom, strict assertions, fixed flakes, migrated the legacy component test, typos, gjs
@@ -295,7 +295,7 @@ function randomIdShort() {

function transformedRelTable(table, modelClass) {
const result = {};
table.forEach((item) => {
table?.forEach((item) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is related to flaky tests (don't ask… 🥲)

@CvX CvX merged commit f62d8cc into main Aug 28, 2024
5 checks passed
@CvX CvX deleted the tests branch August 28, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants