forked from potsda.mn/mobilizon
enable tests for js flake build
This commit is contained in:
parent
7a1390825f
commit
d4bee06d24
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue