zulip / zulip-js

Javascript library to access the Zulip API
MIT License
76 stars 52 forks source link

testing: Add frontend tests. #52

Open aero31aero opened 6 years ago

aero31aero commented 6 years ago

Currently, we test the code examples in a node runtime. However, zulip-js also functions in the browser, and we should add bundling and testing in a browser based environment as well.

This task is open ended in terms of which bundler(s) to use and which testing framework to use. Ideally, we should be able to have a way to run all the currently existing tests in a stubbed out environment without the node utilities/packages available.

For reference: #47

vaibhavrajsingh2001 commented 4 years ago

@aero31aero is this issue still open/requires work?

aero31aero commented 4 years ago

Yes, this is still available. There haven't been any updates on this front.