Skip to content

Commit 10673cb

Browse files
committed
chore: wip
1 parent 10f73b0 commit 10673cb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pkgx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dependencies:
22
bun.sh: ^1.2.10
3+
redis: ^7.4.2

test/job_scheduler.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
import type {
2-
Job,
3-
} from '../src/classes'
1+
import type { Job } from '../src/classes'
42
import type { JobsOptions } from '../src/types'
53
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it } from 'bun:test'
64
import IORedis from 'ioredis'
75
import { rrulestr } from 'rrule'
86
import * as sinon from 'sinon'
9-
107
import { v4 } from 'uuid'
118
import {
129
getNextMillis,

0 commit comments

Comments
 (0)