From 0c058f256a195b92f124be10109c95d1fbe93ad8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Mar 2022 17:16:54 +0100 Subject: Remove exif tags when processing images --- support/doc/development/tests.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/development/tests.md b/support/doc/development/tests.md index 02fc41147..47602156c 100644 --- a/support/doc/development/tests.md +++ b/support/doc/development/tests.md @@ -31,6 +31,12 @@ $ sudo docker run -p 9444:9000 chocobozzz/s3-ninja $ sudo docker run -p 10389:10389 chocobozzz/docker-test-openldap ``` +Ensure you also have these commands: + +``` +$ exiftool --help +``` + ### Test To run all test suites: @@ -39,7 +45,7 @@ To run all test suites: $ npm run test # See scripts/test.sh to run a particular suite ``` -Most of tests can be runned using: +Most of tests can be run using: ```bash TS_NODE_TRANSPILE_ONLY=true npm run mocha -- --timeout 30000 --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/videos/video-transcoder.ts -- cgit v1.2.3