We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8a3b8 commit 01ab857Copy full SHA for 01ab857
packages/compatibility/src/tests/link.test.ts
@@ -33,7 +33,7 @@ test('@link', async () => {
33
34
const federationVersion = linkUrl.match(linkUrlSpecVersionRegex)[1];
35
// only federation v2.0 and v2.1 are supported
36
- expect(federationVersion).toMatch(/2\.0|2\.1|2\.2|2\.3/);
+ expect(federationVersion).toMatch(/2\.0|2\.1|2\.2|2\.3|2\.4|2\.5/);
37
38
const linkImportsRegex = /import:\[(.+?)\]/;
39
if (linkImportsRegex.test(element)) {
0 commit comments