Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
98ac0ca
remove all tests
mdjastrzebski Jan 8, 2026
f4aac72
test(render): render component and query rendered elements
mdjastrzebski Jan 8, 2026
c7ec45c
test(queries/text): validate partial text matching with exact option
mdjastrzebski Jan 8, 2026
51694bd
docs: update test coverage progress
mdjastrzebski Jan 8, 2026
8a14e2a
test(queries/role): validate getByRole name option fallback to text c…
mdjastrzebski Jan 8, 2026
5148a21
refactor(tests): move all tests to __tests__ folders next to source f…
mdjastrzebski Jan 8, 2026
202732e
refactor(tests): update render.test.tsx to import from main entry point
mdjastrzebski Jan 8, 2026
7e94a1b
test(queries/display-value): validate finding TextInput elements by d…
mdjastrzebski Jan 8, 2026
159a80f
test(queries/placeholder-text): validate finding TextInput elements b…
mdjastrzebski Jan 8, 2026
7bee199
test(queries/label-text): validate finding elements by accessibility …
mdjastrzebski Jan 8, 2026
38c8d0e
test(queries/hint-text): validate finding elements by accessibility h…
mdjastrzebski Jan 8, 2026
a36dffa
test(queries/test-id): validate partial testID matching with exact:fa…
mdjastrzebski Jan 8, 2026
2c4f929
test(wait-for): timeout error when expectation never passes
mdjastrzebski Jan 8, 2026
402077c
test(wait-for-element-to-be-removed): error when element is already r…
mdjastrzebski Jan 8, 2026
5dc0bb1
test(render-hook): validates hook rendering with initial props and re…
mdjastrzebski Jan 8, 2026
58254df
test(fire-event): validate fireEvent.press invokes event handler on e…
mdjastrzebski Jan 8, 2026
fb354ed
test(to-be-visible): assert visible element is visible to users
mdjastrzebski Jan 8, 2026
c1dc7b4
.
mdjastrzebski Jan 8, 2026
2a41656
test(to-have-prop): validate prop existence and value matching
mdjastrzebski Jan 8, 2026
40ad324
test(to-be-disabled): validate disabled/enabled state via accessibili…
mdjastrzebski Jan 8, 2026
af87319
test(to-contain-element): validate container contains child element
mdjastrzebski Jan 8, 2026
5cfb7fa
test(user-event/clear): clears text from TextInput
mdjastrzebski Jan 8, 2026
91f1def
test(user-event/paste): paste text into TextInput replacing existing …
mdjastrzebski Jan 8, 2026
b07e7c9
test(matchers/to-have-accessible-name): validate accessible name matc…
mdjastrzebski Jan 8, 2026
b87b4c8
.
mdjastrzebski Jan 8, 2026
fb0d217
test(wait-for-element-to-be-removed): validate resolution when query …
mdjastrzebski Jan 8, 2026
e38cc32
test(wait-for-element-to-be-removed): use fireEvent.press instead of …
mdjastrzebski Jan 8, 2026
b3ce87c
test(matchers/to-have-style): validate element has expected style pro…
mdjastrzebski Jan 8, 2026
44533c7
test(to-be-busy): add test for busy state matcher
mdjastrzebski Jan 8, 2026
6f65d53
test(matchers/to-have-text-content): verify element has expected text…
mdjastrzebski Jan 8, 2026
1c99145
test(matchers/to-have-text-content): add negative (.not) variant test
mdjastrzebski Jan 8, 2026
69a1359
test(wait-for): validate onTimeout callback customizes timeout error …
mdjastrzebski Jan 8, 2026
a1d5387
test(to-be-empty-element): validate empty element detection
mdjastrzebski Jan 8, 2026
7396c8f
test(matchers/to-be-checked): validate toBeChecked matcher checks ele…
mdjastrzebski Jan 8, 2026
0bee44a
.
mdjastrzebski Jan 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
367 changes: 0 additions & 367 deletions src/__tests__/__snapshots__/render-debug.test.tsx.snap

This file was deleted.

Loading
Loading