Merge pull request #8676 from backstage/rugvip/testcont

backend-test-utils: lazy-load testcontainers
This commit is contained in:
Patrik Oldsberg
2021-12-29 17:10:15 +01:00
committed by GitHub
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': patch
---
Lazy-load `testcontainers` module in order to avoid side-effects.