bootboxjs / bootbox

Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework
http://bootboxjs.com
Other
5.04k stars 1.04k forks source link

Add a Github Actions script to run the Karma tests #811

Closed jstark518 closed 2 years ago

jstark518 commented 2 years ago

Closes #810

This scripts runs 'npm install' and 'npm test' to make sure pull request and commits to master pass the tests defined by the test script in npm.

tiesont commented 2 years ago

Awesome! Thanks!

jstark518 commented 2 years ago

No problem at all