Skip to content

Commit

Permalink
Remove ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Mar 7, 2024
1 parent f1ae708 commit ea738de
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/NiivueMutator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ it("uses option setter functions", () => {
.mockImplementationOnce(noop);
const setCrosshairColor = vi
.spyOn(nv, "setCrosshairColor")
.mockImplementationOnce(
// upstream bug: not actually async
// https://github.com/niivue/niivue/pull/858
// @ts-ignore
noop,
);
.mockImplementationOnce(noop);
const updateGLVolume = vi
.spyOn(nv, "updateGLVolume")
.mockImplementationOnce(noop);
Expand Down

0 comments on commit ea738de

Please sign in to comment.