更新network库及core库优化
This commit is contained in:
9
packages/network-shared/tests/setup.ts
Normal file
9
packages/network-shared/tests/setup.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'reflect-metadata';
|
||||
|
||||
global.beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
});
|
||||
|
||||
global.afterEach(() => {
|
||||
jest.restoreAllMocks();
|
||||
});
|
||||
Reference in New Issue
Block a user