Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 458 Bytes

File metadata and controls

22 lines (15 loc) · 458 Bytes

Docs ▸ Development ▸ Developing d3Kit

One-time setup

  1. Install node.js

  2. Load development tool and javascript dependencies:

npm install

Test

# Run this command to test once.
npm run test
# Or run this command to test and retest when files are changed.
npm run tdd

Test coverage will be reported on the command line and also generated as html to coverage directory.