From 0a454e8015519bcfd26ccdb059ad1747c17f1297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Fern=C3=A1ndez=20de=20Alba?= Date: Thu, 23 May 2024 11:58:19 +0200 Subject: [PATCH] Fix `describe.only` in `ci-visibility.spec.js` (#4345) --- integration-tests/ci-visibility.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/ci-visibility.spec.js b/integration-tests/ci-visibility.spec.js index b889548ad27..4368f761cd0 100644 --- a/integration-tests/ci-visibility.spec.js +++ b/integration-tests/ci-visibility.spec.js @@ -91,7 +91,7 @@ testFrameworks.forEach(({ runTestsWithCoverageCommand, type }) => { - describe.only(`${name} ${type}`, () => { + describe(`${name} ${type}`, () => { let receiver let childProcess let sandbox