Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 438 Bytes

back to README.md

Contributing

Overview

This package is intended to be a simple wrapper for the native Node module vm.

Development

Environment

  • Developed using Node.js v18.14.2

Building

No build required. Vanilla JS only.

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