add blocker to block emails from registration

This commit is contained in:
Phillip Thelen
2025-06-18 19:13:21 +02:00
parent 78330c975a
commit 75c36e6622
3 changed files with 102 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ function checkErrorNotThrown (next) {
expect(typeof calledWith[0] === 'undefined').to.equal(true);
}
describe('Blocker middleware', () => {
describe.only('Blocker middleware', () => {
const pathToBlocker = '../../../../website/server/middlewares/blocker';
let res; let req; let next;