We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b1da8 commit 1d46469Copy full SHA for 1d46469
packages/node/test/cron.test.ts
@@ -3,7 +3,6 @@ import * as SentryCore from '@sentry/core';
3
import { cron } from '../src';
4
import type { CronJob, CronJobParams } from '../src/cron/cron';
5
import type { NodeCron, NodeCronOptions } from '../src/cron/node-cron';
6
-import { NodeSchedule } from '../src/cron/node-schedule';
7
8
describe('cron check-ins', () => {
9
let withMonitorSpy: jest.SpyInstance;
0 commit comments