Sorting Suite

Getting Started

Install npm on your local machine. Clone down this repository to get started.

Installing

Ensure the following developer dependecies have been installed in your package.json file.

  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-preset-env": "^1.1.8",
    "babel-preset-es2015": "^6.22.0",
    "chai": "^3.5.0",
    "mocha": "^3.4.2",
    "webpack": "^3.3.0"
  }

Running the tests

Execute the following command to run the test suite:

npm run test

Built With

  • Chai - Testing library
  • Mocha - Testing framework
  • es6 - JS syntax

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details