-- Test helper module -- This module contains functions to be shared with among tests local helper = {} function helper.example() -- do something end return helper