@servicetitan/docs-anvil-uikit-contrib 29.0.1 → 29.1.0
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.
|
@@ -4,7 +4,7 @@ title: API
|
|
|
4
4
|
|
|
5
5
|
## MockApiCalls
|
|
6
6
|
|
|
7
|
-
When it isn't practical to [mock the API service classes](frontend/
|
|
7
|
+
When it isn't practical to [mock the API service classes](frontend/testing/miscellaneous/migrating-from-autogenerated-mocks), use `MockApiCalls` to configure responses for API endpoints.
|
|
8
8
|
|
|
9
9
|
```ts
|
|
10
10
|
describe('[admin] AppRoutes', () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/docs-anvil-uikit-contrib",
|
|
3
|
-
"version": "29.0
|
|
3
|
+
"version": "29.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"cli": {
|
|
17
17
|
"webpack": false
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "c1d645b3e5643ba5a50e4898d9f786212334792a"
|
|
20
20
|
}
|