@azure/core-tracing 1.3.1-alpha.20250804.2 → 1.3.1-alpha.20250808.1
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
|
@@ -22,7 +22,7 @@ Examples can be found in the `samples` folder.
|
|
|
22
22
|
|
|
23
23
|
## Next steps
|
|
24
24
|
|
|
25
|
-
You can build and run the tests locally by executing `
|
|
25
|
+
You can build and run the tests locally by executing `npm run test`. Explore the `test` folder to see advanced usage and behavior of the public classes.
|
|
26
26
|
|
|
27
27
|
## Troubleshooting
|
|
28
28
|
|
package/package.json
CHANGED