Skip to content

Commit cf4aa67

Browse files
authored
Update utils.test.js
1 parent ee60a93 commit cf4aa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('Surrounds', () => {
114114
[[-1, -1], false, 'Outside'],
115115
[[1, 1], true, 'Border'],
116116
[[.5, .5], true, 'Inside'],
117-
])('${description}', (point, expected, description) => {
117+
])(`${description}`, (point, expected, description) => {
118118
expect(BuildingShapeUtils.surrounds(rightTriangle, point)).toBe(expected);
119119
});
120120
});

0 commit comments

Comments
 (0)