Skip to content

Commit

Permalink
feat(CircleRoiTool): Create a Circle ROI Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb authored May 10, 2019
1 parent f4fcf65 commit 18ef502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/annotation/CircleRoiTool.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getToolState } from './../../stateManagement/toolState.js';
import { getLogger } from '../../util/logger.js';

/* ~ Setup
* In order to mock properly, Jest needs jest.mock('moduleName') to be in the
* To mock properly, Jest needs jest.mock('moduleName') to be in the
* same scope as the require/import statement.
*/
import external from '../../externalModules.js';
Expand Down

0 comments on commit 18ef502

Please sign in to comment.