We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac3352 commit a2f4de3Copy full SHA for a2f4de3
account-kit/core/src/store/store.test.ts
@@ -18,7 +18,7 @@ describe("createConfig tests", () => {
18
{
19
dynamicFetchOptions: {
20
headers: {
21
- "Alchemy-AA-Sdk-Version": expect.stringMatching(/\d+\.\d+\.\d+/),
+ "Alchemy-AA-Sdk-Version": expect.stringMatching(/^v\d+\.\d+\.\d+/),
22
},
23
24
0 commit comments