mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 23:02:16 +00:00
fix: use correct import in test
This commit is contained in:
@@ -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 = `<?xml version="1.0" standalone="no"?>
|
||||
|
||||
Reference in New Issue
Block a user