mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +00:00
Update snapshot tests
This commit is contained in:
parent
c1184176e7
commit
a6ba88ae64
@ -109,6 +109,11 @@ exports[`FlowColumns Components should render SizeColumn 1`] = `
|
|||||||
exports[`FlowColumns Components should render StatusColumn 1`] = `
|
exports[`FlowColumns Components should render StatusColumn 1`] = `
|
||||||
<td
|
<td
|
||||||
className="col-status"
|
className="col-status"
|
||||||
|
style={
|
||||||
|
Object {
|
||||||
|
"color": "darkred",
|
||||||
|
}
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
@ -30,6 +30,11 @@ exports[`FlowRow Component should render correctly 1`] = `
|
|||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
className="col-status"
|
className="col-status"
|
||||||
|
style={
|
||||||
|
Object {
|
||||||
|
"color": "darkgreen",
|
||||||
|
}
|
||||||
|
}
|
||||||
>
|
>
|
||||||
200
|
200
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user