This commit is contained in:
Wolfgang Huß 2021-11-22 13:10:10 +01:00
parent 0acd7f6501
commit a4df55072a

View File

@ -232,15 +232,6 @@ describe('templateBuilder', () => {
})
})
// describe('XXX', () => {
// it('e-mail is build with all data', async () => {
// XXX({
// email: 'test@example.org',
// XXX notification: notificationAdded,
// })
// })
// })
describe('notificationTemplate', () => {
beforeEach(() => {
actionUrl = new URL('/notifications', CONFIG.CLIENT_URI).toString()