describe("UsernameBox", () => {
    it("Should render", () => {
        let box = ReactTestUtils.renderIntoDocument(
            <Provider store={store}>
                <UsernameBox />