We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf716b commit 5a90c4cCopy full SHA for 5a90c4c
projects/testing-library/tests/render.spec.ts
@@ -563,15 +563,15 @@ describe('inputs and signals', () => {
563
// so we are purposely not calling render
564
565
const typeTests = [
566
- () => {
+ async () => {
567
// @ts-expect-error - myName is a string
568
await render(InputComponent, {
569
inputs: {
570
myName: 123,
571
},
572
});
573
574
575
// @ts-expect-error - job is not using aliasedInputWithValue
576
577
0 commit comments