uses:dorny/test-reporter@feature/lcov-support with lcov.info file #48
GitHub Actions / JEST Tests
succeeded
Jan 12, 2024 in 0s
JEST Tests ✅
✅ reports/jest-junit.xml
6 tests were completed in 791ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
src/services/notifier/NotifierService.test.js | 3✅ | 645ms | ||
src/services/notifier/providers/DiscordNotifierProvider.test.js | 3✅ | 633ms |
✅ 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
Loading