fix(testing): Use @clerk/backend package to fetch tokens - #3667
Conversation
🦋 Changeset detectedLatest commit: 69e0684 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
!snapshot |
|
Hey @anagstef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact
npm i @clerk/testing@1.1.10-snapshot.ve48d86f --save-exact |
|
!snapshot |
|
Hey @anagstef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact
npm i @clerk/testing@1.1.10-snapshot.v69e0684 --save-exact |
|
@anagstef What was the reason behind this change? |
|
@dimkl Using our |
Description
Drops the custom fetch to BAPI, and replaces it with using the
@clerk/backendpackage.Checklist
npm testruns as expected.npm run buildruns as expected.Type of change