1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-29 19:13:59 +02:00

Fixed test

This commit is contained in:
Laurent Cozic 2018-05-21 15:21:08 +01:00
parent acb90935c7
commit 9d915a916e

View File

@ -13,7 +13,7 @@ if [[ $TEST_FILE != "" ]]; then
exit
fi
# (cd "$ROOT_DIR" && npm test tests-build/synchronizer.js)
(cd "$ROOT_DIR" && npm test tests-build/synchronizer.js)
(cd "$ROOT_DIR" && npm test tests-build/encryption.js)
(cd "$ROOT_DIR" && npm test tests-build/ArrayUtils.js)
(cd "$ROOT_DIR" && npm test tests-build/models_Setting.js)