mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 20:36:48 +01:00
3 lines
144 B
Text
3 lines
144 B
Text
|
#!/usr/bin/env bash
|
||
|
NODE_OPTIONS='--experimental-vm-modules' node /usr/src/app/node_modules/.bin/jest --config e2e/$1/jest-e2e.json --runInBand
|