Skip to content

primaltalk/scraperapi-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

To install dependencies for the tests, run npm install from the installation directory.

You will also need babel@cli version 7 or higher installed globally. The tests use babel-node to avoid having to run through a build step first, for convenience. Obviously this isn't great for performance, but I'm assuming for the puproses of the exercise that this aspect of performance can be overlooked.

The tests also assume a node version of 8.12.0 or greater.

Running

In order to run the individual scripts, from the command line (in the install directory):

  • npm run-script simple
  • npm run-script medium
  • npm run-script complex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published