This PR resolves issue https://github.com/SalesforceCommerceCloud/commerce-sdk/issues/368. This PR also contains an integration test that uses nanoid underneath the hood. The integration tests package the commerce-sdk to be used as node module, so the test pulls the slasHelpers from the commerce-sdk package and tests a basic guest login flow that uses nanoid through the slasHelpers.
To run the tests within the repository:
git checkout ju/fix_nanoid
cd testIntegration
npm run test:ci
This PR resolves issue https://github.com/SalesforceCommerceCloud/commerce-sdk/issues/368. This PR also contains an integration test that uses
nanoid
underneath the hood. The integration tests package thecommerce-sdk
to be used as node module, so the test pulls the slasHelpers from thecommerce-sdk
package and tests a basic guest login flow that usesnanoid
through the slasHelpers.To run the tests within the repository: