From a57963eb4d3ec0c1645bf4251cf2b54507441532 Mon Sep 17 00:00:00 2001 From: Tuomas Jaakola Date: Mon, 21 Oct 2019 11:12:33 +0300 Subject: [PATCH] fix: use correct import in test --- __tests__/css.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/css.test.tsx b/__tests__/css.test.tsx index 168b829de..45bac22a1 100644 --- a/__tests__/css.test.tsx +++ b/__tests__/css.test.tsx @@ -1,6 +1,6 @@ import React from 'react'; import renderer from 'react-test-renderer'; -import { SvgCss, SvgCssUri, inlineStyles } from '../src/css'; +import { SvgCss } from '../src/ReactNativeSVG'; test('supports CSS in style element', () => { const xml = `