mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
add jest types to probe test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user