djot-js: run tests (#461590)

This commit is contained in:
Aleksana
2025-11-16 03:23:40 +00:00
committed by GitHub
+10
View File
@@ -22,6 +22,16 @@ buildNpmPackage rec {
installShellFiles
];
doCheck = true;
checkPhase = ''
runHook preCheck
npm run test
runHook postCheck
'';
postInstall = ''
installManPage doc/djot.1
'';