We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df6b27 commit 474f42bCopy full SHA for 474f42b
src/__tests__/render.test.tsx
@@ -1,7 +1,7 @@
1
/* eslint-disable no-console */
2
import * as React from 'react';
3
import { Pressable, Text, TextInput, View } from 'react-native';
4
-import { configure, getConfig, resetToDefaults } from '../config';
+import { getConfig, resetToDefaults } from '../config';
5
import { fireEvent, render, RenderAPI, screen } from '..';
6
7
const PLACEHOLDER_FRESHNESS = 'Add custom freshness';
0 commit comments