// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`i18n helper getMessage should return the correct message when a single react substitution is made 1`] = `
Testing a react substitution
TEST_SUBSTITUTION_1
.
`;
exports[`i18n helper getMessage should return the correct message when substituting a mix of react elements and strings 1`] = `
Testing a mix
TEST_SUBSTITUTION_1
of react substitutions
TEST_SUBSTITUTION_3
and string substitutions
TEST_SUBSTITUTION_2
+
TEST_SUBSTITUTION_4
.
`;
exports[`i18n helper getMessage should return the correct message when two react substitutions are made 1`] = `
Testing a react substitution
TEST_SUBSTITUTION_1
and another
TEST_SUBSTITUTION_2
.
`;