Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 594 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 594 Bytes

back to README.md

Contributing

Overview

This package was named after the Python function repr().

Development

logging()

Turns on debugging logs.

const repr = require('@whi/repr');

repr.logging(); // show debug logs

Environment

  • Developed using Node.js v14.17.3

Building

npm run build

Testing

To run all tests with logging

make test-debug
  • make test-unit-debug - Unit tests only

NOTE: remove -debug to run tests without logging