Skip to content

Commit

Permalink
feat(scatterplot): ignore TS error when importing source from stories…
Browse files Browse the repository at this point in the history
…/unit tests
  • Loading branch information
plouc committed Aug 28, 2021
1 parent 56fdbd4 commit 837be3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/scatterplot/stories/ScatterPlot.stories.tsx
Expand Up @@ -8,6 +8,7 @@ import {
ScatterPlotNodeProps,
ScatterPlotLayerProps,
ScatterPlotNodeData,
// @ts-ignore
} from '../src'

type SampleDatum = {
Expand Down
1 change: 1 addition & 0 deletions packages/scatterplot/stories/ScatterPlotCanvas.stories.tsx
@@ -1,6 +1,7 @@
import { useState, useCallback, useMemo } from 'react'
import omit from 'lodash/omit'
import { storiesOf } from '@storybook/react'
// @ts-ignore
import { ScatterPlotCanvas, ResponsiveScatterPlotCanvas, ScatterPlotNodeData } from '../src'

type SampleDatum = {
Expand Down
1 change: 1 addition & 0 deletions packages/scatterplot/tests/ScatterPlot.test.tsx
@@ -1,4 +1,5 @@
import { mount } from 'enzyme'
// @ts-ignore
import { ScatterPlot, ScatterPlotNodeData } from '../src'

type TestDatum = {
Expand Down

0 comments on commit 837be3e

Please sign in to comment.