1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

refactor: no experimental vm modules (#6719)

This commit is contained in:
Jason Rasmussen
2024-01-29 10:11:02 -05:00
committed by GitHub
parent 0af839889b
commit 6dca47c629
4 changed files with 43 additions and 26 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
NODE_OPTIONS='--experimental-vm-modules' node /usr/src/app/node_modules/.bin/jest --config e2e/$1/jest-e2e.json --runInBand
node /usr/src/app/node_modules/.bin/jest --config e2e/$1/jest-e2e.json --runInBand