fix(test): add polyfill shims for vitest environment

This commit is contained in:
2025-12-11 01:56:33 +03:00
parent 47ea12d0de
commit 3e82dd943d
4 changed files with 9 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
import { Buffer } from 'buffer';
export default Buffer;
+1
View File
@@ -0,0 +1 @@
export default globalThis;
+1
View File
@@ -0,0 +1 @@
export default { env: {} };