@typespec/ts-http-runtime 0.3.1-alpha.20250730.1 → 0.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/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ Examples can be found in the `samples` folder.
|
|
|
166
166
|
|
|
167
167
|
## Next steps
|
|
168
168
|
|
|
169
|
-
You can build and run the tests locally by executing `
|
|
169
|
+
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.
|
|
170
170
|
|
|
171
171
|
## Troubleshooting
|
|
172
172
|
|
package/package.json
CHANGED