jhatler / janus

Just Another Neural Utility System
MIT License
1 stars 3 forks source link

feat: bootstrap Janus.js testing #405

Closed jhatler closed 1 week ago

jhatler commented 1 week ago

This commit adds the necessary files to bootstrap testing for the Janus.js library. The tests only validate the library's Hello class and are written using the mocha framework.

Refs: #171