Skip to content

Commit eb03141

Browse files
committed
Fix left .only in tests
1 parent 58ab9c4 commit eb03141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/js/dataviz/radial-plot-dataprocessing.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('RadialBarChart-dataprocessing', () => {
152152
expect(point.y).toBeDefined()
153153
})
154154

155-
test.only('should position labels on correct side based on angle', () => {
155+
test('should position labels on correct side based on angle', () => {
156156
const categoryStartAngleMap = {
157157
cat1: 0.1, // Upper right
158158
cat2: 2 * Math.PI - 0.1, // Upper left

0 commit comments

Comments
 (0)