From 1985a8f9054385db3612ca9e5266b2425874a202 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Wed, 24 Mar 2021 16:57:18 -0400 Subject: [PATCH] =?UTF-8?q?disable=20xqsuite=20test;=20it=E2=80=99s=20a=20?= =?UTF-8?q?dummy=20&=20fails=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit problem reported at https://github.com/eXist-db/generator-exist/issues/649 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdcc31a..59d6085 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "license": "AGPL-3.0", "scripts": { - "test": "mocha test/mocha/ --recursive --exit && mocha test/xqs/*.js", + "test": "mocha test/mocha/ --recursive --exit", "cypress": "cypress run" }, "repository": {