High performance, high class web development for Node.js
Express development dependencies are stored within the ./support directory. To update them execute:
$ git submodule update --init
Express uses the Expresso TDD framework to write and run elegant test suites extremely fast. To run all test suites simply execute:
$ make test
To target specific suites we may specify the files via:
$ make test TESTS=test/view.test.js
To check test coverage run:
$ make test-cov
To accept a contribution, you should follow these guidelines: