Skip to content

Commit

Permalink
test public API
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 23, 2022
1 parent 498345b commit 7b1900a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/modules/components/HighlightedCode.test.js
Expand Up @@ -2,8 +2,8 @@ import * as React from 'react';
import { expect } from 'chai';
import { createRenderer } from 'test/utils';
import { ThemeProvider, createTheme } from '@mui/material/styles';
import { getDesignTokens } from '../brandingTheme';
import HighlightedCode from './HighlightedCode';
import HighlightedCode from 'docs/src/modules/components/HighlightedCode';
import { getDesignTokens } from 'docs/src/modules/brandingTheme';

describe('HighlightedCode', () => {
const { render } = createRenderer();
Expand Down

0 comments on commit 7b1900a

Please sign in to comment.