1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-17 00:25:50 +07:00

chore: updated material-ui dependencies (#239)

* chore: update material-ui dependencies

* fix: updated snaps
This commit is contained in:
Priscila Oliveira
2019-11-07 17:55:20 +01:00
committed by Juan Picado @jotadeveloper
parent b74ca2285e
commit 84257e1a84
10 changed files with 53 additions and 49 deletions

View File

@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<TextField /> component should render the component in default state 1`] = `"<div class=\\"MuiFormControl-root MuiTextField-root\\"><div class=\\"MuiInputBase-root MuiInput-root MuiInput-underline MuiInputBase-formControl MuiInput-formControl\\"><input aria-invalid=\\"false\\" class=\\"MuiInputBase-input MuiInput-input\\" name=\\"test\\" type=\\"text\\" value=\\"test\\"></div></div>"`;
exports[`<TextField /> component should render the component in default state 1`] = `"<div class=\\"MuiFormControl-root MuiTextField-root\\"><div class=\\"MuiInputBase-root MuiInput-root MuiInput-underline MuiInputBase-formControl MuiInput-formControl\\"><input aria-invalid=\\"false\\" name=\\"test\\" type=\\"text\\" class=\\"MuiInputBase-input MuiInput-input\\" value=\\"test\\"></div></div>"`;