-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack #1140
Webpack #1140
Conversation
@DannyMcwaves please fix merge conflict |
@DannyMcwaves please fix the 3 failing unit tests, this was my fault, sorry |
@JoshuaVSherman I was planning to have a look at the tests today. I'd take care of it. |
@DannyMcwaves the tests are still failing |
@JoshuaVSherman circleCI is missing some modules. My current tests run just fine. |
Ok I'll have to work on that next week
…On Thu, May 24, 2018, 5:21 AM Danny Mcwaves ***@***.***> wrote:
@JoshuaVSherman <https://github.com/JoshuaVSherman> circleCI is missing
some modules. My current tests run just fine.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1140 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMuN2BL0lNA-vpLbDwJ9Z5G3RIfJfU77ks5t1nuLgaJpZM4UJldf>
.
|
@DannyMcwaves pulled down your branch and yarn installed, got these warnings: |
@DannyMcwaves Ran npm test on my local dev and got the same errors from CircleCI: FAIL test/jest-unit/Login_.spec.js
FAIL test/jest-unit/Register_.spec.js
FAIL test/jest-unit/User_.spec.js
|
@DannyMcwaves from npm run cleaninstall, I got these warnings: |
@DannyMcwaves npm test now works fine, it seems the node modules needed a refresh |
@DannyMcwaves this discussion has the answer in it, just fyi wmonk/create-react-app-typescript#154 |
@JoshuaVSherman Regarding #1127 (comment), we cannot upgrade material-ui beta. the timer picker component depends on this version. Installing a Also, with |
Ok we will just follow the repo for updates, thanks
…On Sun, May 27, 2018, 3:33 AM Danny Mcwaves ***@***.***> wrote:
@JoshuaVSherman <https://github.com/JoshuaVSherman> Regarding #1127
(comment)
<#1127 (comment)>,
we cannot upgrade material-ui beta.
[image: screen shot 2018-05-27 at 7 18 27 am]
<https://user-images.githubusercontent.com/16429468/40583445-91f97062-617e-11e8-8562-c064697056a3.png>
the timer picker component depends on this version. Installing a
@material-ui/core breaks the app.
[image: screen shot 2018-05-27 at 7 31 50 am]
<https://user-images.githubusercontent.com/16429468/40583525-1e6d3d5c-6180-11e8-9fa4-c0bc25aa10a4.png>
Also, with webpack-cli, it's an issue with jscodeshift. it has to update
it's dependencies.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1140 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMuN2KU5zSZoz6t6ng-_RwGOjpLjTXyLks5t2lawgaJpZM4UJldf>
.
|
eslint done.