Skip to content

Commit

Permalink
test(iframe-plugin): fix failing test caused by ersatz
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Oct 13, 2021
1 parent d40e98d commit e95858d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import HTML, { RenderHTMLProps } from 'react-native-render-html';
import renderer from 'react-test-renderer';
import WebView from '@formidable-webview/ersatz';
import WebView from 'react-native-webview';
import IframeRenderer, { iframeModel } from '../IframeRenderer';

describe('iframe renderer', () => {
Expand Down

0 comments on commit e95858d

Please sign in to comment.