From 24d126bad16d57875da6aa8ac3d963e8313f9aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 18 Dec 2019 16:42:22 +0100 Subject: [PATCH] tests: remove useless snapshot --- .../src/__snapshots__/convert.test.js.snap | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/core/src/__snapshots__/convert.test.js.snap b/packages/core/src/__snapshots__/convert.test.js.snap index e60014fd..635bce38 100644 --- a/packages/core/src/__snapshots__/convert.test.js.snap +++ b/packages/core/src/__snapshots__/convert.test.js.snap @@ -84,21 +84,21 @@ export default SvgComponent " `; -exports[`convert config should support options { native: true } 1`] = ` +exports[`convert config should support options { native: { expo: true } } 1`] = ` "import React from 'react' -import Svg, { G, Path } from 'react-native-svg' +import { Svg } from 'expo' const SvgComponent = props => ( - - - + + ) @@ -106,21 +106,21 @@ export default SvgComponent " `; -exports[`convert config should support options { native: { expo: true } } 1`] = ` +exports[`convert config should support options { native: true } 1`] = ` "import React from 'react' -import { Svg } from 'expo' +import Svg, { G, Path } from 'react-native-svg' const SvgComponent = props => ( - - - + + ) @@ -320,7 +320,7 @@ export default SvgComponent " `; -exports[`convert config should support options { template: { [Function: template] [length]: 1, [name]: 'template' } } 1`] = ` +exports[`convert config should support options { template: [Function: template] { [length]: 1, [name]: 'template' } } 1`] = ` "const noop = () => null export default noop