[web] Update snapshot.

This commit is contained in:
Matthew Shao 2017-05-18 11:14:26 +08:00
parent d902b851c8
commit 4e4be8bd68
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ describe('ValueEditor Component', () => {
it('should handle reset', () => {
valueEditor.reset()
expect(valueEditor.input.innerHTML).toEqual(
_.escape("<script>foo</script>")
"&lt;script&gt;foo&lt;/script&gt;"
)
})

View File

@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ValidateEditor Component should be render correctly 1`] = `
exports[`ValidateEditor Component should render correctly 1`] = `
<div
className="inline-input editable has-success"
contentEditable={undefined}