Skip to content
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

Jest 19 #422

Merged
merged 9 commits into from
Mar 10, 2017
Merged

Jest 19 #422

merged 9 commits into from
Mar 10, 2017

Conversation

tizmagik
Copy link
Contributor

@tizmagik tizmagik commented Feb 27, 2017

Closes #394

@tizmagik
Copy link
Contributor Author

tizmagik commented Feb 27, 2017

When testing the starter-kyts, this message from Jest shows up (for both starter-kyts):

ℹ️  Using kyt config at /home/travis/build/NYTimes/kyt/packages/kyt-starter-universal/kyt.config.js
Error: Unknown config option "transform" with value "[object Object]". This is either a typing error or a user mistake and fixing it will remove this message.

Not entirely sure why 🤔 The tests pass though

"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to add these because of enzyme-to-json serializer. It's a devDependency so it shouldn't affect anything in the published packages.

tizmagik and others added 5 commits March 9, 2017 14:25
* master:
  Upgrade stylelint (#417)
  Update to Webpack 2.2 (#396)
  Version and install starter-kyts with npm (#425)
  adds prep for 0.4.1 (#428)
  fixes static public path for noServer configuration (#427)
  Adds local-path argument for testing local starter-kyt setup (#403)

# Conflicts:
#	packages/kyt-core/package.json
#	packages/kyt-core/yarn.lock
#	packages/kyt-starter-static/starter-src/yarn.lock
#	packages/kyt-starter-universal/starter-src/src/yarn.lock
#	yarn.lock
Copy link
Contributor

@ccpricenytimes ccpricenytimes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @tizmagik this looks good. Can you add a note about the changes in CHANGELOG.md ?

Also are there any breaking changes users will need to know about? If so we should start a docs branch for 0.5.0 and make updates.

@ccpricenytimes ccpricenytimes merged commit fb48e79 into master Mar 10, 2017
@ccpricenytimes ccpricenytimes deleted the jest19 branch March 10, 2017 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants