-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests. function hello() self:preprocess_equals('{{#invoke:Bananas | hello}}', 'Hello, world!') end return hello()