wip - claude --resume 742969c2-ab50-4a79-b7bd-3971e9fd314d
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export const from = jest.fn().mockImplementation(() => {
|
||||
import {vi} from 'vitest'
|
||||
|
||||
export const from = vi.fn().mockImplementation(() => {
|
||||
return {
|
||||
digest: jest.fn().mockImplementation(() => {
|
||||
digest: vi.fn().mockImplementation(() => {
|
||||
return Promise.resolve('')
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user