enable tests for js flake build

This commit is contained in:
778a69cd 2023-08-10 14:09:50 +02:00
parent 7a1390825f
commit d4bee06d24

View file

@ -13,15 +13,13 @@ mkYarnPackage rec {
buildPhase = ''
runHook preBuild
# Tests cannot find the functions of the testing framework
rm -r ./deps/mobilizon/tests
yarn run build
runHook postBuild
'';
# doCheck = true;
# checkPhase = "yarn test:unit";
doCheck = true;
checkPhase = "yarn run test";
nativeBuildInputs = [ imagemagick ];