Uh oh!
There was an error while loading. Please reload this page.
35 remove redux logger - #36
Conversation
…all. Update store to not use logger in production build
Add package-lock.json for install. Update store to not use logger in production build. Add docstring to initializeStore
chriddyp
commented
Jan 8, 2018
Looks good to me, thanks @mjclawar ! It looks like tests aren't running, I suspect because this is a forked branch. I'll update those settings. |
chriddyp
commented
Jan 8, 2018
OK @mjclawar , I believe that forks should now trigger tests. Could you try pushing something up again? |
mjclawar
commented
Jan 8, 2018
@chriddyp Tests all pass on my local machine -- any ideas why that one failed? |
chriddyp
commented
Jan 8, 2018
Hm, I suspect that it's intermittent. I'll re-run the tests |
chriddyp
commented
Jan 8, 2018
is supposed to fire the callback We should probably update the test with something like: or something more solid like text='hello world'for (i, char) inenumerate(text):
input_1.send_keys(char)
wait_for_text_to_equal('output', text[:i])Anyway, we don't need to fix that in this PR. I've logged the issue in #38 |
mjclawar
commented
Jan 11, 2018
@chriddyp do you need anything else from me to merge this PR in and update? Thanks! |
chriddyp
commented
Jan 11, 2018
@mjclawar Thanks for checking in! No I don't, just need to re-run CI a couple times until everything pases. Circle passes but it looks like Percy had a gateway timeout on the last run. |
mjclawar
commented
Jan 12, 2018
chriddyp
commented
Jan 12, 2018
@mjclawar Thanks for reminder! I just published to npm and pypi |
This PR uses the
process.env.NODE_ENVto avoid adding logging to the redux middleware in the production build.Closes#35
Other changes
package-lock.json.idea/to gitignore for IntelliJ editorsinitializeStorefunction.