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.
2 parents 7a9dd75 + d38b05d commit 30f8b27Copy full SHA for 30f8b27
playground/basic/outro.spec.js
@@ -74,7 +74,7 @@ describe('outros', () => {
74
])
75
)
76
77
- test(
+ test.skipIf(isCI)(
78
'updates when a child component contains an element with an outro that has run',
79
hmr([
80
{
@@ -119,9 +119,11 @@ describe('outros', () => {
119
text: '1ne',
120
},
121
122
- expect: {
123
- '[data-focus]': '1ne',
124
- },
+ steps: [
+ {
+ expect: { '[data-focus]': '1ne' },
125
+ },
126
+ ],
127
128
129
0 commit comments