feat: add test for orders

This commit is contained in:
2025-02-16 11:31:05 +03:00
parent 52fec13377
commit 56f65fbd3a
14 changed files with 16255 additions and 15270 deletions

View File

@@ -0,0 +1,6 @@
import { jest } from '@jest/globals';
import React from 'react';
jest.mock('@lottiefiles/react-lottie-player', () => ({
Player: jest.fn(() => <></>),
}));