Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 626 Bytes

Wires

Packages

Foundation library to manage processes communicating in a graph.

Standard set of components for Wires.

Getting started

Running tests

For all packages

By default, all tests will be run for all packages in parallel

npm run test

For a single package

Run tests using Lerna scopes. Use the name of the package you want to run tests for.

npm run test -- --scope wires-graph