From 61c0f1857573f082ab40d3dc55aa5bad3cbfaddf Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Mon, 28 Aug 2023 16:37:29 -0700 Subject: [PATCH] More CI investigation --- package.json | 25 +------------------------ src/test/basic.test.ts | 2 +- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index bcdd2ccb7..b47824836 100644 --- a/package.json +++ b/package.json @@ -76,30 +76,7 @@ }, "test:headless": { "dependencies": [ - "test:analysis", - "test:basic", - "test:cache-github", - "test:cache-local", - "test:clean", - "test:cli-options", - "test:codeactions", - "test:copy", - "test:delete", - "test:diagnostic", - "test:errors-analysis", - "test:errors-usage", - "test:failures", - "test:freshness", - "test:fs", - "test:glob", - "test:ide", - "test:gc", - "test:json-schema", - "test:metrics", - "test:optimize-mkdirs", - "test:parallelism", - "test:service", - "test:watch" + "test:basic" ] }, "lint": { diff --git a/src/test/basic.test.ts b/src/test/basic.test.ts index 699452600..0bdc55687 100644 --- a/src/test/basic.test.ts +++ b/src/test/basic.test.ts @@ -1035,7 +1035,7 @@ test( assert.equal(main.numInvocations, 1); // CI testing: // await wireit.waitForLog(/❌ main killed/); - // await wireit.waitForLog(/❌ 1 script failed/); + await wireit.waitForLog(/❌ 1 script failed/); }) );