Skip to content

Commit 1b2d2a6

Browse files
committed
Fix jest import
1 parent e71c3b5 commit 1b2d2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/tokens/tokenStatsCalculator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, test, expect, mock } from "bun:test";
1+
import { describe, test, expect, mock, jest } from "bun:test";
22

33
import {
44
createDisplayUsage,

0 commit comments

Comments
 (0)