1.0.0 • Published 6 years ago

graphlet-utils v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 years ago

Graphlet Utilities

This module contains common functionality that can be reused in any graphlet.

Importing the Library into a Graphlet

Add the following dependency to your graphlet's package.json:

{
  "dependencies": {
    ...
    "graphlet-utils": "file:../graphlet-utils"
  }
}

Testing

  • jest is used as testing framework
  • call npx jest to execute the tests
    • use --watch argument for starting jest in watch mode
    • use --coverage argument for calculating code coverage