The test directory contains helper functions, request mocks, and entity stubs
for use in test files throughout the application. The test files for components and app functions are located in the same directory as the files they test.
The default export from the test directory includes Helpers, Mocks, and Stubs.
## [Helpers](./helpers.jsx)
```js
import Test from 'test';
const helpers = Test.Helpers;
```
The helpers file includes functions that make certain test actions easy, such as
mounting a connected component, building a mock redux store, and filling in a
form input.
Below are a couple particularly useful test helpers.
### fillInFormInput
This function is useful when the component renders a form that needs to be
filled out. The function takes to parameters, the form input element and the