We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4d3fb commit 9e71bdfCopy full SHA for 9e71bdf
1 file changed
test/unit/ui/scan/printUnused.test.ts
@@ -59,7 +59,7 @@ describe('printUnused', () => {
59
);
60
expect(logSpy).toHaveBeenNthCalledWith(
61
4,
62
- expect.stringContaining('unused'),
+ expect.stringContaining('Unused'),
63
64
});
65
0 commit comments