spelling: is not

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-16 20:29:03 -04:00
parent a823bf043b
commit a578cb8def

View File

@@ -55,7 +55,7 @@ describe('svgDraw', function () {
expect(rect.attr).toHaveBeenCalledWith('ry', '10');
expect(rect.attr).toHaveBeenCalledWith('class', 'unitTestRectangleClass');
});
it('should not add the class attribute if a class isn`t provided', () => {
it('should not add the class attribute if a class is not provided', () => {
const svg = MockD3('svg');
svgDraw.drawRect(svg, {
x: 10,