// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Modal Content Test description 1`] = ` Test Modal Content title This is a test description. This is a ModalBox header `; exports[`Modal Content Test isOpen 1`] = ` Test Modal Content title This is a ModalBox header `; exports[`Modal Content Test only body 1`] = ` Test Modal Content title This is a ModalBox header `; exports[`Modal Content Test with footer 1`] = ` Test Modal Content title This is a ModalBox header `; exports[`Modal Content Test with onclose 1`] = ` Test Modal Content title This is a ModalBox header `; exports[`Modal Content test without footer 1`] = ` Test Modal Content title This is a ModalBox header `; exports[`Modal Test with custom footer 1`] = ` Test Modal Custom Footer This is a ModalBox header `; exports[`Modal Test with custom header 1`] = ` TEST This is a ModalBox header `;