enable tests for js flake build
This commit is contained in:
parent
7a1390825f
commit
d4bee06d24
|
@ -13,15 +13,13 @@ mkYarnPackage rec {
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
|
||||||
# Tests cannot find the functions of the testing framework
|
|
||||||
rm -r ./deps/mobilizon/tests
|
|
||||||
yarn run build
|
yarn run build
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# doCheck = true;
|
doCheck = true;
|
||||||
# checkPhase = "yarn test:unit";
|
checkPhase = "yarn run test";
|
||||||
|
|
||||||
nativeBuildInputs = [ imagemagick ];
|
nativeBuildInputs = [ imagemagick ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue