Skip to content

Commit d07c9cb

Browse files
committed
Prettify test-jsons too
1 parent 00d0fcb commit d07c9cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/tests_and_coverage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ fi
4949
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
5050
echo "... crafting manual fixtures ..."
5151
PYTHONPATH=$(pwd) python3 scripts/manual_fixtures.py
52-
echo "... prettier-ing (fixtures) ..."
53-
npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/
52+
echo "... prettier-ing (fixtures and testdata) ..."
53+
npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/ tests/data
5454
else
55-
echo "... prettier-ing (fixtures) ..."
56-
npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/
55+
echo "... prettier-ing (fixtures and testdata) ..."
56+
npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/ tests/data
5757
fi

0 commit comments

Comments
 (0)