(hooks, options)
| 34 | } |
| 35 | |
| 36 | function setupTest(hooks, options) { |
| 37 | upstreamSetupTest(hooks, options); |
| 38 | |
| 39 | // Additional setup for unit tests can be done here. |
| 40 | } |
| 41 | |
| 42 | export { setupApplicationTest, setupRenderingTest, setupTest }; |
no outgoing calls
no test coverage detected