Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit de882ba

Browse files
committed
fix: remove vitest jsdom comments
1 parent 73a299d commit de882ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/save/__tests__/encodeBase64.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { createRgbaImage } from '../../../test/testUtils.js';
22
import { encode } from '../encode.js';
33
import { encodeBase64 } from '../encodeBase64.js';
44

5-
/**
6-
* @vitest-environment jsdom
7-
*/
85
test('basic image (png)', () => {
96
const image = testUtils.createGreyImage([
107
[0, 0, 0, 0, 0],

0 commit comments

Comments
 (0)