nturley / netlistsvg

draws an SVG schematic from a JSON netlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run tests in test

mithro opened this issue · comments

It would be good if the README had information on how to run the tests found in the test directory.

This took me some time to get figured out as well. My steps so far (which seems to work):

  • clone repository
  • npm install to get dependencies
  • npm run test to run tests and lint checker

Some more npm run scripts can be found listed in the package.json file section scripts