You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chat-bubble is a simple, vanilla-JS app written in ES5. It's been thoroughly tested in production and has been delivering stable experience to its users for years. However, I would like to see some integration tests to ensure that this code continues to be stable for many more years.
I recommend jest via github-actions.
The only downside is that we'll have to have dev-dependencies which will have no effect on production versions of the app but will require additional maintenance from the developers.
The text was updated successfully, but these errors were encountered:
Bug or feature request?
chat-bubble
is a simple, vanilla-JS app written in ES5. It's been thoroughly tested in production and has been delivering stable experience to its users for years. However, I would like to see some integration tests to ensure that this code continues to be stable for many more years.I recommend
jest
viagithub-actions
.The only downside is that we'll have to have
dev-dependencies
which will have no effect on production versions of the app but will require additional maintenance from the developers.The text was updated successfully, but these errors were encountered: