You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/test-utils/recorder/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Azure @azure-tools/test-recorder-new library for JavaScript
1
+
## Azure @azure-tools/test-recorder library for JavaScript
2
2
3
3
**Note: This project is a test utility that assits with testing the packages maintained at the Azure SDK for JavaScript repository. This is not intended for the public utilization.**
Copy file name to clipboardExpand all lines: sdk/test-utils/test-credential/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Azure Tools - Test Credential
2
2
3
-
This library provides a `TokenCredential` implementation for testing Azure SDK packages.
3
+
**Note: This project is a test utility that assits with testing the packages maintained at the Azure SDK for JavaScript repository. This is not intended for the public utilization.**
4
+
5
+
This library provides a `TokenCredential` implementation for testing Azure SDK packages. This library is supposed to be utilized along with the `@azure-tools/test-recorder` library for testing Azure SDKs.
4
6
5
7
## Getting started
6
8
@@ -13,6 +15,7 @@ Add this library as a dev dependency in your project.
0 commit comments