// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[` > render html correctly > should render dates with 12 hour style 1`] = `
"
"
`;
exports[` > render html correctly > should render dates with 24 hour style 1`] = `
""
`;
exports[` > render html correctly > should render messages 1`] = `
""
`;
exports[` > render html correctly > should render messages with color 1`] = `
""
`;
exports[` > render html correctly > should render messages with filter 1`] = `
""
`;
exports[` > render html correctly > should render messages with html entities 1`] = `
""
`;
exports[` > renders correctly 1`] = `
"
"
`;
exports[` > should parse messages 1`] = `
SimpleLogEntry {
"_message": "This is a message.",
"date": 2019-06-12T10:55:42.459Z,
"id": 1,
"level": undefined,
"position": undefined,
}
`;