diff --git a/plugins/fusion-plugin-todos/package.json b/plugins/fusion-plugin-todos/package.json index 3686b7e53b..a6022eece6 100644 --- a/plugins/fusion-plugin-todos/package.json +++ b/plugins/fusion-plugin-todos/package.json @@ -30,6 +30,7 @@ "react-i18next": "^15.7.4" }, "devDependencies": { + "@testing-library/jest-dom": "^6.9.1", "@types/node": "^25.5.2", "@types/react": "^19.0.0", "typescript": "^5.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e48451522..dd68a1519d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1364,6 +1364,9 @@ importers: specifier: ^15.7.4 version: 15.7.4(i18next@26.3.6(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) devDependencies: + '@testing-library/jest-dom': + specifier: ^6.9.1 + version: 6.9.1 '@types/node': specifier: ^25.5.2 version: 25.9.5