Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 338 Bytes

DEVELOPER.md

File metadata and controls

21 lines (12 loc) · 338 Bytes

Submitting Changes

Do NOT submit changes to the built files in the dist folder. These are generated before releases.

To run tests

Make sure your environment is set up with:

npm install

In a separate process, run the WebSockets server:

npm run ws-server

Run the tests using Karma:

npm test