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

Fix "Expression statement is not assignment" linter issue #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PaulRBerg
Copy link

@PaulRBerg PaulRBerg commented Apr 16, 2018

Fixes chaijs/chai#41. Without this fix the linter throws a warning: expression statement is not assignment.

After my PR is merged you can use this package like this:

let val = generateToken(user)
val.should.eventually.be.a.jwt()

@PaulRBerg PaulRBerg changed the title Update index.js Fix "Expression statement is not assignment" linter issue Apr 16, 2018
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.

Allow writing JSLint/JSHint friendly tests
1 participant