Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
fix: 🐛 broken unit test due to missing babel-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Feb 26, 2019
1 parent 5bb28f3 commit 346ca5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'babel-polyfill';
import buildQuery from '../src/buildQuery';

describe('WordCloud buildQuery', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'babel-polyfill';
import { ChartProps } from '@superset-ui/chart';
import transformProps from '../src/transformProps';

Expand Down

0 comments on commit 346ca5c

Please sign in to comment.