How to run setup code with meteor test

Is there a documented way to run some initial setup code when using meteor test ?

The built in help command has no such option, and test load order seems to be completely random regarding my projects, including the very old one I found here: https://github.com/alanning/meteor-test-dir-order

check the Meteor Guideā€™s testing section