Skip to content

Commit 2c2e69d

Browse files
author
jannik brack
committed
fix useSource.test.tsx
1 parent 6c149a5 commit 2c2e69d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useSource.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import React, { useState, useEffect } from 'react';
33
import { mount } from 'enzyme';
44
import { MapComponentsProvider } from '../contexts/MapContext';
55
import MapLibreMap from '../components/MapLibreMap/MapLibreMap';
6+
import { waitFor } from "@testing-library/react";
67

78
import useMap from './useMap';
89
import useSource from './useSource';

0 commit comments

Comments
 (0)