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 17e683f commit e9780a9Copy full SHA for e9780a9
packages/babel-plugin-transform-vue-jsx/test/snapshot.js
@@ -353,7 +353,7 @@ test('JSXElement attribute value throws error', t =>
353
resolve()
354
})
355
.catch(e => {
356
- t.is(e.message, 'getAttributes (attribute value): JSXElement is not supported')
+ t.regex(e.message, /getAttributes \(attribute value\): JSXElement is not supported/)
357
358
359
}))
0 commit comments