add jest types to probe test

This commit is contained in:
Simon Larsen
2023-11-10 12:53:50 +00:00
parent abb4f4724f
commit c8f24affc3

View File

@@ -4,6 +4,7 @@ import PositiveNumber from 'Common/Types/PositiveNumber';
import Ping, {
PingResponse,
} from '../../Utils/Monitors/MonitorTypes/PingMonitor';
import '@types/jest';
describe('Ping', () => {
jest.setTimeout(10000);