Skip to content

Commit af34ccc

Browse files
committed
Subplots are in next pr // will re enable tests there
1 parent db692b6 commit af34ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/__tests__/multiValued-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {connectLayoutToPlot, connectAxesToLayout} from '..';
77
import {mount} from 'enzyme';
88

99
describe('multiValued Numeric', () => {
10-
it('uses placeholder and empty string value', () => {
10+
it.only('uses placeholder and empty string value', () => {
1111
const fixtureProps = fixtures.scatter({
1212
layout: {xaxis: {range: [0, 1]}, yaxis: {range: [-1, 1]}},
1313
});

0 commit comments

Comments
 (0)