Skip to content

use make-coverage-badge #47

use make-coverage-badge

use make-coverage-badge #47

GitHub Actions / JEST Tests succeeded Jan 12, 2024 in 1s

JEST Tests ✅

Tests passed successfully

✅ reports/jest-junit.xml

6 tests were completed in 775ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
src/services/notifier/NotifierService.test.js 3✅ 640ms
src/services/notifier/providers/DiscordNotifierProvider.test.js 3✅ 615ms

✅ src/services/notifier/NotifierService.test.js

NotifierService › notify
  ✅ should call notify for each notifier
NotifierService › hello
  ✅ should call hello for each notifier
NotifierService › goodbye
  ✅ should call goodbye for each notifier

✅ src/services/notifier/providers/DiscordNotifierProvider.test.js

DiscordNotifierProvider
  ✅ should notify discord
  ✅ should say hello to discord
  ✅ should say goodbye to discord