mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
fix: add partial mocking (#8473)
* fix: add partial mocking * lint * Update packages/utils/export.test.ts
This commit is contained in:
@ -32,7 +32,6 @@ describe("exportToCanvas", async () => {
|
||||
|
||||
describe("exportToBlob", async () => {
|
||||
describe("mime type", () => {
|
||||
// afterEach(vi.restoreAllMocks);
|
||||
it("should change image/jpg to image/jpeg", async () => {
|
||||
const blob = await utils.exportToBlob({
|
||||
...diagramFactory(),
|
||||
|
Reference in New Issue
Block a user