We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ac48e commit 28f9d3cCopy full SHA for 28f9d3c
test/core/update.test.ts
@@ -606,7 +606,7 @@ Legacy content without generatedBy
606
607
// Should show "unknown → version" in the update message - version info is in separate line
608
expect(consoleSpy).toHaveBeenCalledWith(
609
- expect.stringContaining('1.0.2')
+ expect.stringContaining('1.1.1')
610
);
611
612
consoleSpy.mockRestore();
@@ -636,7 +636,7 @@ Old version content
636
637
// Should show version transition
638
639
- expect.stringContaining('0.1.0')
+ expect.stringContaining('0.1.0 → 1.1.1')
640
641
642
0 commit comments