The editor-agnostic library managing the interaction with other clients to support peer-to-peer collaborative editing in Teletype for Atom.
To run teletype-client tests locally, you'll first need to have:
Clone and bootstrap
git clone https://github.com/atom/teletype-client.git
cd teletype-client
cp .env.example .env
createdb teletype-server-test
npm install
Run the tests
npm test