Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed May 15, 2024
1 parent 7475b32 commit dfc4a5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/native/src/OtherTest.perf-test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { View, Text, Pressable } from 'react-native';
import { jest, test } from '@jest/globals';
import { fireEvent, RenderAPI, screen } from '@testing-library/react-native';
import { measureRenders } from 'reassure';

Expand Down
1 change: 1 addition & 0 deletions examples/native/src/SlowList.perf-test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from 'react';
import { View, Text, Pressable } from 'react-native';
import { jest, test } from '@jest/globals';
import { fireEvent, screen } from '@testing-library/react-native';
import { measureRenders } from 'reassure';
import { SlowList } from './SlowList';
Expand Down
1 change: 1 addition & 0 deletions examples/native/src/SlowList.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from 'react';
import { render, screen } from '@testing-library/react-native';
import { expect, test } from '@jest/globals';
import { SlowList } from './SlowList';

test('SlowList', () => {
Expand Down

0 comments on commit dfc4a5c

Please sign in to comment.