Skip to content

Commit

Permalink
more test writing
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 14, 2024
1 parent 3c35ad7 commit 7b1af63
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 403 deletions.
2 changes: 1 addition & 1 deletion client-report/src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Uncertainty from "./lists/uncertainty.jsx";
import UncertaintyNarrative from "./lists/uncertaintyNarrative.jsx";
import AllCommentsModeratedIn from "./lists/allCommentsModeratedIn.jsx";
import ParticipantGroups from "./lists/participantGroups.jsx";
import ParticipantsGraph from "./participantsGraph/participantsGraph";
import ParticipantsGraph from "./participantsGraph/participantsGraph.jsx";
import Beeswarm from "./beeswarm/beeswarm.jsx";
import Controls from "./controls/controls.jsx";

Expand Down
2 changes: 1 addition & 1 deletion client-report/src/components/beeswarm/beeswarm.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global.window.d3 = {
}),
domain: jest.fn()
}),
extent: jest.fn(),
extent: jest.fn(() => [0, 1]),
forceSimulation: jest.fn().mockReturnValue({
force: jest.fn().mockReturnThis(),
stop: jest.fn().mockReturnThis(),
Expand Down
Loading

0 comments on commit 7b1af63

Please sign in to comment.