24 lines
423 B
Plaintext
24 lines
423 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`CANSignalsTab Render 1`] = `
|
|
<div>
|
|
<div
|
|
data-testid="mocked-vehicleprovider"
|
|
>
|
|
<div
|
|
class="makeStyles-paper-0 makeStyles-tableSize-0"
|
|
>
|
|
<h6
|
|
class="MuiTypography-root MuiTypography-h6"
|
|
style="padding-bottom: 10px;"
|
|
>
|
|
CAN Signals
|
|
</h6>
|
|
<h3>
|
|
Loading...
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|