Skip to content

Commit

Permalink
Merge pull request apache#72 from tgunther-zerofox/dummy
Browse files Browse the repository at this point in the history
Fix frontend tests
  • Loading branch information
tgunther-zerofox authored Nov 2, 2023
2 parents b016b7d + e457f6f commit 0c37843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import { ChartProps, supersetTheme } from '@superset-ui/core';
import { ChartProps } from '@superset-ui/core';
import transformProps from '../../src/plugin/transformProps';

describe('PluginSampleBlankChart transformProps', () => {
Expand All @@ -34,7 +34,6 @@ describe('PluginSampleBlankChart transformProps', () => {
formData,
width: 800,
height: 600,
theme: supersetTheme,
queriesData: [
{
data: [{ name: 'Hulk', sum__num: 1 }],
Expand All @@ -49,8 +48,6 @@ describe('PluginSampleBlankChart transformProps', () => {
boldText: true,
headerFontSize: 'xs',
headerText: 'my text',
theme: supersetTheme,
data: [{ name: 'Hulk', sum__num: 1 }],
});
});
});

0 comments on commit 0c37843

Please sign in to comment.