// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`CertificateInfo Component should render correctly 1`] = `
`; exports[`ConnectionInfo Component should render correctly 1`] = `
Address: address:22
TLS SNI: address
`; exports[`Details Component should render correctly 1`] = `

Client Connection

Address: address:22
TLS SNI: address

Server Connection

Address: address:22
TLS SNI: address

Timing

Server conn. initiated : 1970-01-01 00:00:01.000
Client conn. established : 1970-01-01 00:00:01.000
Server conn. TCP handshake : 1970-01-01 00:00:02.000
Client conn. SSL handshake : 1970-01-01 00:00:02.000
Server conn. SSL handshake : 1970-01-01 00:00:03.000
First response byte : 2017-05-21 12:38:32.481
Response complete : 2017-05-21 12:38:32.481
`; exports[`TimeStamp Component should render correctly 1`] = ` foo : 2017-01-01 00:00:00.000 ( 2min ) `; exports[`TimeStamp Component should render correctly 2`] = ``; exports[`Timing Component should render correctly 1`] = `

Timing

Server conn. initiated : 1970-01-01 00:00:01.000
Client conn. established : 1970-01-01 00:00:01.000
Server conn. TCP handshake : 1970-01-01 00:00:02.000
Client conn. SSL handshake : 1970-01-01 00:00:02.000
Server conn. SSL handshake : 1970-01-01 00:00:03.000
First response byte : 2017-05-21 12:38:32.481
Response complete : 2017-05-21 12:38:32.481
`;