// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`expandableContent should return additional error 1`] = `
-
These are additional errors
`;
exports[`expandableContent should return additional info 1`] = `
`;
exports[`expandableContent should return attribute errors 1`] = `
-
could not be processed
-
name: can't be blank
-
name: has invalid format
`;
exports[`expandableContent should return no errors 1`] = `
There were no errors.
`;