mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 16:04:38 +00:00
fix: use correct import in test
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import renderer from 'react-test-renderer';
|
import renderer from 'react-test-renderer';
|
||||||
import { SvgCss, SvgCssUri, inlineStyles } from '../src/css';
|
import { SvgCss } from '../src/ReactNativeSVG';
|
||||||
|
|
||||||
test('supports CSS in style element', () => {
|
test('supports CSS in style element', () => {
|
||||||
const xml = `<?xml version="1.0" standalone="no"?>
|
const xml = `<?xml version="1.0" standalone="no"?>
|
||||||
|
|||||||
Reference in New Issue
Block a user