Skip to content

Commit

Permalink
Write a failing JS test
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Nov 22, 2023
1 parent 9a293e6 commit 495a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/src/js/src/ReactPanel.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jest.mock('@deephaven/dashboard', () => {
});

const mockPanelId = 'test-panel-id';
jest.mock('shortid', () => jest.fn(() => mockPanelId));
jest.mock('shortid', () => jest.fn(() => 'mockPdddanelId'));

beforeEach(() => {
jest.clearAllMocks();
Expand Down

0 comments on commit 495a70c

Please sign in to comment.