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

Testing real behavior of node by running sample http server application. #159

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

Conversation

dukescript
Copy link

The existing NodeJSTest is a bit trivial, testing just export and access to global object. Here is a test that is more node.js-like.

The test executes sample node.js hello world application - e.g. an HTTP server. Then it connects to it and verifies it really runs properly. The test is started on a free port to avoid conflicts with any local configuration.

@irbull irbull force-pushed the master branch 3 times, most recently from cd57118 to 4b8e529 Compare December 15, 2017 23:54
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.

1 participant