Skip to content

Commit 0970771

Browse files
committed
fix convert ansi pluign
1 parent a150418 commit 0970771

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/pretty-format/src/ConvertAnsi.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
import ConvertAnsi from './plugins/ConvertAnsi';
9-
10-
export default ConvertAnsi;
8+
export {test, serialize} from './plugins/ConvertAnsi';

0 commit comments

Comments
 (0)