mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-10 04:48:27 +08:00
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:
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
# @TODO: Implement the pre-commit checks.
|
||||
# npm run lint
|
||||
# npm run test
|
||||
|
Reference in New Issue
Block a user