describe('when the rule is new', () => {
            it('should be added to the list of banRules', async () => {
                const existingBanRules = await dataStore.getBanRules();
                assert.deepStrictEqual(existingBanRules, []);
                await dataStore.addBanRule(banRule);