Defining mock request data when writing template tests

Does anyone know how to define mock request data when writing tests within a sGTM tag template?

I know the default mockData object is used to define the template ‘data’ object …but I can’t figure out how to defined the request data that is retrieved in by code calling the getAllEventData() method.

This is necessary for me to successful write and execute tests. Any help is appreciated.