ARCH=`dpkg-architecture -qDEB_BUILD_GNU_TYPE`
if test "$ARCH" = "${ARCH#s390*}"; then
	jest --testTimeout 50000 --env node --moduleDirectories node_modules
else
        echo "This test is skipped on s390x"
fi
