Final docstring cleanup & adding hap tag to logValues for consistency

This commit is contained in:
Aria 2025-08-05 22:40:11 -05:00
parent de15d79edf
commit f22f89347e
2 changed files with 4 additions and 5 deletions

View file

@ -1338,7 +1338,7 @@ describe('Pattern', () => {
});
expect(mockConsoleLog).toHaveBeenCalledWith(
'%cvalue:a note:c#',
'%c[hap] value:a note:c#',
'background-color: black;color:white;border-radius:15px',
);
mockConsoleLog.mockRestore();