Skip to content

Commit

Permalink
fix convert ansi pluign
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 10, 2022
1 parent a150418 commit 0970771
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/pretty-format/src/ConvertAnsi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@
* LICENSE file in the root directory of this source tree.
*/

import ConvertAnsi from './plugins/ConvertAnsi';

export default ConvertAnsi;
export {test, serialize} from './plugins/ConvertAnsi';

0 comments on commit 0970771

Please sign in to comment.