@azure/notification-hubs 2.0.1-alpha.20250804.2 → 2.0.1-alpha.20250807.2
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 +3 -3
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -736,13 +736,13 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
736
736
|
|
|
737
737
|
This module's tests are a mixture of live and unit tests, which require you to have an Azure Notification Hubs instance. To execute the tests you'll need to run:
|
|
738
738
|
|
|
739
|
-
1. `
|
|
740
|
-
2. `
|
|
739
|
+
1. `pnpm install`
|
|
740
|
+
2. `pnpm build --filter @azure/notification-hubs...`
|
|
741
741
|
3. Create a .env file with these contents in the `sdk\notificationhubs\notification-hubs` folder:
|
|
742
742
|
`NOTIFICATIONHUBS_CONNECTION_STRING=connection string for your Notification Hubs instance`
|
|
743
743
|
`NOTIFICATION_HUB_NAME=Notification Hub name`
|
|
744
744
|
4. `cd sdk\notificationhubs\notification-hubs`
|
|
745
|
-
5. `
|
|
745
|
+
5. `npm run test`.
|
|
746
746
|
|
|
747
747
|
View our [tests](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/notificationhubs/notification-hubs/test)
|
|
748
748
|
folder for more details.
|
package/package.json
CHANGED