-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TODO: Updated geometry to be handled like angular
- Loading branch information
1 parent
a14fb68
commit a7ce29f
Showing
4 changed files
with
58 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
import React, { act } from 'react'; | ||
import { render, screen, fireEvent } from '@testing-library/react'; | ||
import AssetDetail from './AssetDetail'; | ||
import { featureCollection } from '@hazmapper/__fixtures__/featuresFixture'; | ||
import { projectMock } from '@hazmapper/__fixtures__/projectFixtures'; | ||
import { useFeatures } from '@hazmapper/hooks'; | ||
|
||
jest.mock('@hazmapper/hooks', () => ({ | ||
useFeatures: jest.fn(), | ||
})); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters