Skip to content

Commit adce6ea

Browse files
committed
Removed test based on dynamic version
1 parent 06ba16e commit adce6ea

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/nextjs-cache-handler/src/helpers/getClientInfoTag.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ describe("getClientInfoTag", () => {
1414
expect(result).toMatch(/^nextjs-cache-handler_v\d+\.\d+\.\d+$/);
1515
});
1616

17-
it("should include the correct package version", () => {
18-
const result = getClientInfoTag();
19-
20-
// The version should be 2.5.1 based on package.json
21-
expect(result).toBe("nextjs-cache-handler_v2.5.1");
22-
});
23-
2417
it("should return consistent results on multiple calls", () => {
2518
const result1 = getClientInfoTag();
2619
const result2 = getClientInfoTag();

0 commit comments

Comments
 (0)