Skip to content

Commit

Permalink
Merge pull request #71 from ahmadtaimoor-deriv/f_contract_details
Browse files Browse the repository at this point in the history
chore: remove jest dom import
  • Loading branch information
ahmadtaimoor-deriv authored Jun 20, 2024
2 parents 1f5e326 + 0f40034 commit 36be3dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';
import { formatDuration, getDiffDuration } from '@deriv/shared';
import { useStore } from '@deriv/stores';
import useContractDetails from 'AppV2/Hooks/useContractDetails';
Expand Down

0 comments on commit 36be3dc

Please sign in to comment.