From 38f05ff010ae4ed968c728006e06fcfb93cbf936 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 21 Sep 2022 10:30:23 -0400 Subject: [PATCH] ts --- src/components/button/button.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/button/button.test.ts b/src/components/button/button.test.ts index 0111d9a9..f03717ed 100644 --- a/src/components/button/button.test.ts +++ b/src/components/button/button.test.ts @@ -113,7 +113,7 @@ describe('', () => { describe('when submitting a form', () => { it('should submit when the button is inside the form', async () => { const form = await fixture(html` -
+ Submit
`); @@ -129,7 +129,7 @@ describe('', () => { it('should submit when the button is outside the form and has a form attribute', async () => { const el = await fixture(html`
-
+
Submit
`); @@ -145,7 +145,7 @@ describe('', () => { it('should override form attributes when formaction, formmethod, formnovalidate, and formtarget are used inside a form', async () => { const form = await fixture(html` -
+ Submit @@ -171,7 +171,7 @@ describe('', () => { it('should override form attributes when formaction, formmethod, formnovalidate, and formtarget are used outside a form', async () => { const el = await fixture(html`
- +
Submit