This package was named after the Python function
repr()
.
Turns on debugging logs.
const repr = require('@whi/repr');
repr.logging(); // show debug logs
- Developed using Node.js
v14.17.3
npm run build
To run all tests with logging
make test-debug
make test-unit-debug
- Unit tests only
NOTE: remove
-debug
to run tests without logging