Skip to content

Commit

Permalink
Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijThareja committed Aug 14, 2024
1 parent 66b71c8 commit a0305f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/pages/testing-playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<div id="testing-playground" style="padding: 24px">
<component :is="component" v-bind="componentProps">
<template v-for="(slot, name) in slots">
<!-- eslint-disable vue/no-v-html -->
<component
:key="name"
v-if="slot.element"
Expand Down
4 changes: 2 additions & 2 deletions lib/buttons-and-links/__tests__/KButton.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ describe('KButton', () => {
{ text: 'Button' },
{
default: {
element: 'div',
innerHTML: '<span>Default Slot Content</span>',
element: 'span',
innerHTML: 'Default Slot Content',
},
}
);
Expand Down

0 comments on commit a0305f7

Please sign in to comment.