test: verify pre-commit hook

This commit is contained in:
lila 2026-04-30 01:13:01 +02:00
parent 8a121442a3
commit 1bfc0606c3

View file

@ -8,3 +8,5 @@ export const shuffleArray = <T>(array: T[]): T[] => {
}
return result;
};
// testing pre-commit hooks