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 c4a27dd commit bc1b7feCopy full SHA for bc1b7fe
packages/components/toggle/src/toggle.test.ts
@@ -6,7 +6,9 @@ describe('OkuToggle', () => {
6
const wrapper = mount(OkuToggle)
7
8
it('renders correctly', () => {
9
- expect(wrapper.html()).toBe('<button type="button" aria-pressed="false" data-state="off"></button>')
+ expect(wrapper.html()).toBe(`<button type="button" aria-pressed="false" data-state="off">
10
+ <!---->
11
+</button>`)
12
})
13
14
it('Active state', () => {
0 commit comments