fix merge errors
This commit is contained in:
parent
a0b2ef780b
commit
e1044879ea
3 changed files with 17 additions and 16 deletions
|
|
@ -58,19 +58,6 @@ describe(SkRateLimiterService, () => {
|
|||
};
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
cacheManagementService.dispose();
|
||||
mockInternalEventService.mockReset();
|
||||
mockRedis.mockReset();
|
||||
|
||||
mockEnvService.mockReset();
|
||||
mockEnvService.env.NODE_ENV = 'production';
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
serviceUnderTest().dispose();
|
||||
});
|
||||
|
||||
describe('limit', () => {
|
||||
const actor = 'actor';
|
||||
const key = 'test';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue