Skip to content

Docs: Remove Chai references from examples #439

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

Merged
merged 9 commits into from
Feb 22, 2018
Merged

Docs: Remove Chai references from examples #439

merged 9 commits into from
Feb 22, 2018

Conversation

dennythecoder
Copy link
Contributor

@dennythecoder dennythecoder commented Feb 22, 2018

fixes #437

Removed most of the references to Chai (sans Karma example page). Updated the style in a few spots from Chai styling to Jest. For example:

// Chai
expect(wrapper.value).to.equal(true)
// Jest
expect(wrapper.value).toBe(true)

Excluded the CN docs as there was a PR that looked like it'd conflict if I made the same changes.

Copy link
Member

@eddyerburgh eddyerburgh left a comment

Choose a reason for hiding this comment

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

Thanks 😀

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.

Documentation: API Chai Examples Incorrect
2 participants