@dynatrace/strato-components-testing 1.12.0 → 1.13.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = {
|
|
|
35
35
|
|
|
36
36
|
### Setup
|
|
37
37
|
|
|
38
|
-
The setup is handled in `@dynatrace/strato-
|
|
38
|
+
The setup is handled in `@dynatrace/strato-components-testing/jest/setup`, which you configured above.
|
|
39
39
|
|
|
40
40
|
But you can also setup or clear individual mocks:
|
|
41
41
|
|