We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a150418 commit 0970771Copy full SHA for 0970771
packages/pretty-format/src/ConvertAnsi.ts
@@ -5,6 +5,4 @@
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
-import ConvertAnsi from './plugins/ConvertAnsi';
9
-
10
-export default ConvertAnsi;
+export {test, serialize} from './plugins/ConvertAnsi';
0 commit comments