javascript-algorithms/.husky/pre-commit
Oleksii Trekhleb cfd9a630ff
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.
2021-04-21 07:39:58 +02:00

7 lines
114 B
Bash
Executable File

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