mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
update obsolete snapshot
This commit is contained in:
parent
91772456df
commit
9513a6d12c
@ -33,42 +33,3 @@ exports[`CommandBar Component 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`CommandBar Component should render correctly 1`] = `
|
|
||||||
Array [
|
|
||||||
<div
|
|
||||||
className="command"
|
|
||||||
>
|
|
||||||
Command Result
|
|
||||||
</div>,
|
|
||||||
<div
|
|
||||||
className="command-result"
|
|
||||||
/>,
|
|
||||||
<div
|
|
||||||
className="command-suggestion"
|
|
||||||
>
|
|
||||||
Argument suggestion:
|
|
||||||
|
|
||||||
</div>,
|
|
||||||
<div
|
|
||||||
className="command-input input-group"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
className="input-group-addon"
|
|
||||||
>
|
|
||||||
<i
|
|
||||||
className="fa fa-fw fa-terminal"
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
<input
|
|
||||||
className="form-control"
|
|
||||||
onChange={[Function]}
|
|
||||||
onKeyDown={[Function]}
|
|
||||||
onKeyUp={[Function]}
|
|
||||||
placeholder="Enter command"
|
|
||||||
type="text"
|
|
||||||
value=""
|
|
||||||
/>
|
|
||||||
</div>,
|
|
||||||
]
|
|
||||||
`;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user