Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 694 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 694 Bytes

back to README.md

Contributing

Overview

This package is designed to work with the native JSON object as much as possible.

Development

See docs/API.md for detailed API References

logging()

Turns on debugging logs.

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

json.logging(); // show debug logs

Environment

  • Developed using Node.js v12.20.0

Building

No build required. Vanilla JS only.

Testing

To run all tests with logging

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

NOTE: remove -debug to run tests without logging