If you are going to work with javascript:
run npm install to install JavaScript testing tools and dependencies (assuming you have Node.js and NPM installed).
Note: JavaScript tests depend on jsdom library which requires Node.js 4 or newer. Using of Node.js 6 or 7 is more preferable.