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

Readme Update #67

Closed
tugkan opened this issue Jul 28, 2015 · 1 comment
Closed

Readme Update #67

tugkan opened this issue Jul 28, 2015 · 1 comment

Comments

@tugkan
Copy link

tugkan commented Jul 28, 2015

The json object is wrong in the following code piece.

var res = httpMocks.createResponse({
EventEmitter: require('events').EventEmitter;
});

It should be:

var res = httpMocks.createResponse({
EventEmitter: require('events').EventEmitter
});

howardabrams added a commit that referenced this issue Sep 21, 2015
This includes addressing the bug the README (see Issue #67).
@howardabrams
Copy link
Collaborator

Fixed in v1.5.0

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

No branches or pull requests

2 participants