From 082a78f7dd9f19e0ba5bd140f9b903b17abf0e71 Mon Sep 17 00:00:00 2001 From: mikolaj Date: Tue, 31 Oct 2023 14:48:11 +0100 Subject: [PATCH] Added translations test --- package.json | 4 +--- tests/integration/bootstrap.php | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index b89f547e1a..8cc4a0f620 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,7 @@ "repository": "git@github.com:ibexa/admin-ui.git", "private": true, "prettier": "eslint-config-ibexa/prettier", - "dependencies": { - "prettier": "^3.0.3" - }, + "dependencies": {}, "devDependencies": { "eslint-config-ibexa": "https://github.com/ibexa/eslint-config-ibexa.git#v1.0.0" }, diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php index 53997cd172..75fcd90e37 100644 --- a/tests/integration/bootstrap.php +++ b/tests/integration/bootstrap.php @@ -7,8 +7,6 @@ declare(strict_types=1); use Ibexa\Contracts\Core\Test\Persistence\Fixture\FixtureImporter; -use Ibexa\Contracts\Migration\MigrationService; -use Ibexa\Migration\Repository\Migration; use Ibexa\Tests\Core\Repository\LegacySchemaImporter; use Ibexa\Tests\Integration\AdminUi\AdminUiIbexaTestKernel; use Symfony\Bundle\FrameworkBundle\Console\Application;