export default { html: '

Hello world!

', before_test() { process.env.TMP_VAR = 'world'; }, after_test() { delete process.env.TMP_VAR; } };