Skip to content

Commit

Permalink
fixes file extension typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Feb 24, 2020
1 parent 28c9710 commit ffc0e27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/form/__snapshots__/form.test.tsx.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`EuiForm is rendered 1`] = `
<form
aria-label="aria-label"
class="euiForm testClass1 testClass2"
data-test-subj="test subject string"
/>
`;
File renamed without changes.

0 comments on commit ffc0e27

Please sign in to comment.