Skip to content

Commit 038254f

Browse files
authored
Update utils.test.js
1 parent c52600d commit 038254f

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
@@ -113,7 +113,7 @@ describe('Surrounds', () => {
113113
test.each([
114114
[[-1, -1], false, 'Outside'],
115115
[[1, 1], true, 'Inside'],
116-
])('${description}',(point, expected, description) => {
116+
])('${description}', (point, expected, description) => {
117117
expect(BuildingShapeUtils.surrounds(rightTriangle, point)).toBe(expected);
118118
});
119119
});

0 commit comments

Comments
 (0)