Currently it seems you must provide the literal mock you wish to use. We want to re-use our mocks. We store them in modules, just like any other code. If you require the mocks, so you can provide the literal, you can end up breaking the sandbox you have built around the test. It would be nice to be able to provide the path to the module, and clean it up properly to prevent sharing modules between tests.