Adding test environment #39
GitHub Actions / JEST Tests
succeeded
Jan 2, 2024 in 0s
JEST Tests ✅
✅ reports/jest-junit.xml
6 tests were completed in 676ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
src/services/notifier/NotifierService.test.js | 3✅ | 539ms | ||
src/services/notifier/providers/DiscordNotifierProvider.test.js | 3✅ | 523ms |
✅ 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