docs: update links to MikroORM docs following update (#11096)

* docs: update links to MikroORM docs following update

* update lock file
This commit is contained in:
Shahed Nasser
2025-01-27 11:12:37 +02:00
committed by GitHub
parent c8fc5edadd
commit a135c83f69
3 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ The function passed to `testSuite` accepts the following parameters:
description: "Utility functions to query and manage the database.",
children: [
{
type: `[SqlEntityManager](https://mikro-orm.io/api/5.9/knex/class/EntityManager)`,
type: `[SqlEntityManager](https://mikro-orm.io/api/knex/class/EntityManager)`,
name: "manager",
description: "An instance of MikroORM's entity manager, which can be used to run queries and perform other database tasks."
},