We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4e01a commit ea89345Copy full SHA for ea89345
src/common/helpers.urlFragment.test.js
@@ -68,7 +68,7 @@ describe('_processUrlFragment', () => {
68
69
expect(result).toBe(urlFragment);
70
expect(consoleErrorSpy).toHaveBeenCalledWith(
71
- 'Tab Modifier: Error processing URL fragment:',
+ 'Tabee: Error processing URL fragment:',
72
expect.any(Error)
73
);
74
0 commit comments