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

Add script that registers should as a side-effect #604

Merged
merged 1 commit into from Jan 29, 2016

Conversation

callumlocke
Copy link
Contributor

See #594.

Allows a cleaner way to register should when using ES6 import syntax.

import 'chai/should';

// as opposed to
import {should} from 'chai';
should();

@keithamus
Copy link
Member

Great work :bowtie:

keithamus added a commit that referenced this pull request Jan 29, 2016
Add script that registers should as a side-effect
@keithamus keithamus merged commit 26131f6 into chaijs:master Jan 29, 2016
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.

None yet

2 participants