From 5092a924aad3199cd2d107f6dab3f9a25257d5e8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:27:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- e2e/fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/fixtures.ts b/e2e/fixtures.ts index 72e96791..4ffd0dd5 100644 --- a/e2e/fixtures.ts +++ b/e2e/fixtures.ts @@ -45,7 +45,7 @@ const extendedTest = test.extend<{ maputnikPage: void }>({ const describe = extendedTest.describe; const beforeEach = extendedTest.beforeEach; -export { +export { expect, describe, extendedTest as test,