Skip to content

Commit 47cefe8

Browse files
committed
less yapping
1 parent 80c9a21 commit 47cefe8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/typegpu/tests/partialIo.noEval.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/**
2-
* Tests for getPatchInstructions when the compiled writer is unavailable
3-
* (CSP/eval-restricted environments). vi.mock is hoisted by vitest so this
4-
* file's entire module graph sees getCompiledWriter returning undefined,
5-
* forcing the typed-binary fallback path in partialIO.ts.
2+
* Tests for getPatchInstructions when the compiled writer is unavailable.
63
*/
74
import { describe, expect, vi } from 'vitest';
85
import { it } from 'typegpu-testing-utility';

0 commit comments

Comments
 (0)