import { useMcadScaleTool } from '@/tools/mcad-scale-tool'; describe('mcad scale tool', () => { it('should instantiate', () => { const mcadScaleTool = useMcadScaleTool(); expect(mcadScaleTool).toBeTruthy(); }); });