@backstage/backend-test-utils 0.2.2 → 0.2.3-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,26 +1,40 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
- ## 0.2.2
3
+ ## 0.2.3-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 58cb5e5cea7b: Introduced a new utility for testing service factories, `ServiceFactoryTester`.
7
8
  - Updated dependencies
8
- - @backstage/backend-common@0.19.4
9
- - @backstage/backend-app-api@0.5.2
10
- - @backstage/plugin-auth-node@0.2.19
11
- - @backstage/backend-plugin-api@0.6.2
12
- - @backstage/config@1.0.8
9
+ - @backstage/backend-app-api@0.5.3-next.2
10
+ - @backstage/config@1.1.0-next.1
11
+ - @backstage/backend-common@0.19.5-next.2
12
+ - @backstage/plugin-auth-node@0.3.0-next.2
13
+ - @backstage/backend-plugin-api@0.6.3-next.2
14
+ - @backstage/types@1.1.0
15
+
16
+ ## 0.2.3-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/config@1.1.0-next.0
22
+ - @backstage/backend-app-api@0.5.3-next.1
23
+ - @backstage/backend-common@0.19.5-next.1
24
+ - @backstage/backend-plugin-api@0.6.3-next.1
25
+ - @backstage/plugin-auth-node@0.3.0-next.1
13
26
  - @backstage/types@1.1.0
14
27
 
15
- ## 0.2.1
28
+ ## 0.2.2-next.0
16
29
 
17
30
  ### Patch Changes
18
31
 
32
+ - 9fb3b5373c45: Extended `mockService` to also include mocked variants, for example `mockServices.lifecycle.mock()`. The returned mocked implementation will have a `factory` property which is a service factory for itself. You can also pass a partial implementation of the service to the mock function to use a mock implementation of specific methods.
19
33
  - Updated dependencies
20
- - @backstage/backend-common@0.19.3
21
- - @backstage/backend-app-api@0.5.1
22
- - @backstage/plugin-auth-node@0.2.18
23
- - @backstage/backend-plugin-api@0.6.1
34
+ - @backstage/plugin-auth-node@0.3.0-next.0
35
+ - @backstage/backend-common@0.19.4-next.0
36
+ - @backstage/backend-app-api@0.5.2-next.0
37
+ - @backstage/backend-plugin-api@0.6.2-next.0
24
38
  - @backstage/config@1.0.8
25
39
  - @backstage/types@1.1.0
26
40