We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c9a21 commit 47cefe8Copy full SHA for 47cefe8
packages/typegpu/tests/partialIo.noEval.test.ts
@@ -1,8 +1,5 @@
1
/**
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.
+ * Tests for getPatchInstructions when the compiled writer is unavailable.
6
*/
7
import { describe, expect, vi } from 'vitest';
8
import { it } from 'typegpu-testing-utility';
0 commit comments