We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db692b6 commit af34cccCopy full SHA for af34ccc
src/lib/__tests__/multiValued-test.js
@@ -7,7 +7,7 @@ import {connectLayoutToPlot, connectAxesToLayout} from '..';
7
import {mount} from 'enzyme';
8
9
describe('multiValued Numeric', () => {
10
- it('uses placeholder and empty string value', () => {
+ it.only('uses placeholder and empty string value', () => {
11
const fixtureProps = fixtures.scatter({
12
layout: {xaxis: {range: [0, 1]}, yaxis: {range: [-1, 1]}},
13
});
0 commit comments