Get started with JS testing quickly with this skeleton framework.
- Install the pre-requisites listed below
- Run
npm install
inside the top level directory to grab dependencies - Run
gulp
to watch files and test when files change
On OS X you're recommended to increase the ulimit as it's ridiculously low by default. Use ulimit -S -n 2048
.
If you don't already have it installed, install Node. If you use homebrew, you can install using
brew install node
Otherwise, you can download and install from here.
Gulp must be installed globally in order to use the command line tools.
npm install -g gulp
This project is built using Gulp, a JavaScript task runner.
npm install
This runs through all dependencies listed in package.json
and downloads them to a node_modules
folder in your project directory.
It's as simple as running
gulp