mirror of
https://github.com/dmitrizzle/chat-bubble.git
synced 2026-04-03 00:19:14 -06:00
Need unit tests #20
Labels
No labels
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
help wanted
help wanted
help wanted
help wanted
help wanted
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/chat-bubble#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmitrizzle on 12/8/2020
Bug or feature request?
chat-bubbleis 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
jestviagithub-actions.The only downside is that we'll have to have
dev-dependencieswhich will have no effect on production versions of the app but will require additional maintenance from the developers.