chore: fix e2e in pr requests

This commit is contained in:
zhom
2026-03-25 00:52:48 +04:00
parent 19cb24f67f
commit 701605fa73
+1 -1
View File
@@ -15,7 +15,7 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "NODE_OPTIONS='--experimental-vm-modules' jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1015.0",