mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 17:26:11 +00:00
Merge branch 'main' into feature/review-workflow-multiple-merge-07-2023
This commit is contained in:
commit
2de14aff7e
@ -69,7 +69,9 @@ const setup = (...args) =>
|
|||||||
describe('useLicenseLimits', () => {
|
describe('useLicenseLimits', () => {
|
||||||
beforeAll(() => server.listen());
|
beforeAll(() => server.listen());
|
||||||
|
|
||||||
afterAll(() => server.resetHandlers());
|
afterAll(() => {
|
||||||
|
server.close();
|
||||||
|
});
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
jest.clearAllMocks();
|
jest.clearAllMocks();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user