mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Remove unnecessary code and update snapshot, structure project
This commit is contained in:
@@ -4,9 +4,6 @@ import { reducer } from '@context/UserRoomAvailableContext';
|
||||
// Types
|
||||
import { IDataState } from '@type/common';
|
||||
|
||||
jest.mock('@service/userServices');
|
||||
jest.mock('@service/roomServices');
|
||||
|
||||
describe('userRoomAvailableContext', () => {
|
||||
let initialState: {
|
||||
roomsAvailable: IDataState[];
|
||||
|
||||
Reference in New Issue
Block a user