We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting type error like:
Argument of type 'Element | Document' is not assignable to parameter of type 'string | Element | null | undefined'.
The type of this.element is
this.element
TestContext.element: Element | Document
but assert.dom doesn't expect a Document.
assert.dom
Document
"ember-source": "~4.5.0", "@types/qunit": "^2.19.0", "ember-qunit": "^5.1.5", "qunit": "^2.19.1", "qunit-dom": "^2.0.0",
The text was updated successfully, but these errors were encountered:
Yes, we intentionally do not accept document because it is missing some APIs
Sorry, something went wrong.
Is this an issue with ember-qunit? cc @rwjblue
This is still an issue. Any updates here?
No branches or pull requests
Getting type error like:
The type of
this.element
isbut
assert.dom
doesn't expect aDocument
."ember-source": "~4.5.0",
"@types/qunit": "^2.19.0",
"ember-qunit": "^5.1.5",
"qunit": "^2.19.1",
"qunit-dom": "^2.0.0",
The text was updated successfully, but these errors were encountered: