Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 559 Bytes

File metadata and controls

15 lines (11 loc) · 559 Bytes

Willow DLS Example

This repository contains several examples of Willow tests written in JavaScript.

To get started testing your own circuits, simply

  • clone this repository
  • run npm install
  • place any circuits to test in circuits
  • place any test files in tests
  • run npm test

(Note: It is not necessary to place circuits or tests in any particular directory. Just be sure that the tests uses the correct pathname when loading the circuit.)

See the README in willow-dls/core for more details.