We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf437e3 commit 55ad20bCopy full SHA for 55ad20b
tests/__tests__/slots.js
@@ -7,7 +7,7 @@ import Card from './components/Card'
7
// Usage is the same as Vue Test Utils, since slots and scopedSlots
8
// in the render options are directly passed through to the Utils mount().
9
// For more, see: https://vue-test-utils.vuejs.org/api/options.html#slots
10
-test('Card component', async () => {
+test('Card component', () => {
11
const { getByText } = render(Card, {
12
slots: {
13
header: '<h1>HEADER</h1>',
0 commit comments