Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
fix: use correct import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
iqqmuT committed Oct 21, 2019
1 parent 8ebd84f commit a57963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/css.test.tsx
Original file line number Diff line number Diff line change
@@ -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"?>
Expand Down

0 comments on commit a57963e

Please sign in to comment.