Test that two images are identical for the Seam Carving algorithm. (#694)

* Test that two images are identical for the Seam Carving algorithm.

* Tune the Seam Carving tests.

* Tune the Seam Carving tests.

* Tune the Seam Carving tests.

* Tune the Seam Carving tests.
This commit is contained in:
Oleksii Trekhleb
2021-04-21 07:39:58 +02:00
committed by GitHub
parent f0b246a521
commit cfd9a630ff
2 changed files with 43 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# @TODO: Implement the pre-commit checks.
# npm run lint
# npm run test