Skip to content

Commit

Permalink
Added translations test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Oct 31, 2023
1 parent 5b421ba commit 082a78f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"repository": "[email protected]: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"
},
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 082a78f

Please sign in to comment.