mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
[web] Update snapshot.
This commit is contained in:
parent
d902b851c8
commit
4e4be8bd68
@ -27,7 +27,7 @@ describe('ValueEditor Component', () => {
|
||||
it('should handle reset', () => {
|
||||
valueEditor.reset()
|
||||
expect(valueEditor.input.innerHTML).toEqual(
|
||||
_.escape("<script>foo</script>")
|
||||
"<script>foo</script>"
|
||||
)
|
||||
})
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user