Maciej Jastrzębski
|
146a64f905
|
naming tweaks
|
2026-01-02 14:24:15 +01:00 |
|
Maciej Jastrzębski
|
3dd82aab39
|
remove unsafe queries
|
2026-01-01 15:40:14 +01:00 |
|
Maciej Jastrzębski
|
0408e91b2c
|
wip: replace basic types
|
2026-01-01 15:25:55 +01:00 |
|
Maciej Jastrzebski
|
315afca61a
|
chore: reformat imports (#1742)
|
2025-01-29 12:47:41 +01:00 |
|
Maciej Jastrzebski
|
d21dbb40a0
|
sort imports (#1729)
|
2025-01-08 22:38:02 +01:00 |
|
Maciej Jastrzebski
|
398f09a1c9
|
[v13] chore: remove deprecated stuff (#1603)
* chore: remove flush microtask legacy
* chore: remove deprecated *ByAccessibilityState, *ByAccessibilityValue queries
* chore: add docs
* docs: add docs
|
2024-08-12 22:50:25 +02:00 |
|
Maciej Jastrzebski
|
3af4b8c867
|
refactor: rename files (#1515)
* refactor: rename files to match convention
* chore: refactor more
* chore: fix tests
|
2023-10-25 14:12:53 +02:00 |
|
Maciej Jastrzebski
|
9f3b31dd9d
|
refactor: remove deprecated byA11yStates queries (#1015)
|
2022-07-20 12:33:19 +02:00 |
|
MattAgn
|
74318854b9
|
Organise a11y queries by predicate (#977)
* refactor: make Options generic type optionnal in queries
* refactor: extract byLabelText queries and its tests
* refactor: extract byA11yHint queries and its tests
* refactor: extract byRole queries and its tests
* refactor: extract byA11yState queries and its tests
* refactor: extract byA11yValue queries and its tests
* refactor: extract byA11yStates queries and its tests
* refactor: harmonize component declaration in queries testsx
* refactor: simplify error helpers in queries tests
* refactor: make error helpers more explicit
* chore: remove now unused makeA11yQueries
* refactor: rename AccessibilityStateKeyQueryParam to AccessibilityStateKeys
* refactor: rename param in a11yStates
* refactor: simplify matchObject
* refactor: fix namings in labelText
* refactor: fix namings in a11yHint
* refactor: fix queryAll namings'
* refactor: fix some namings in a11yState
* refactor: fix some namings in role
* refactor: fix some namings in a11yValue
* refactor: extract matchStringValue
* refactor: extract matchObject
* refactor: extract matchArrayValue
* test: add tests for the matchers
* refactor: simplify matchArrayValue to make it more explicit
* refactor: reorder imports and object keys
* refactor: update types
* refactor: small tweaks
* refactor: tweaks
* refactor: clarify matcher naming
* refactor: add missing aliases
* chore: fix ci timeout
* chore: revert jest timeout increase
* chore: revert timeout increase
* chore: fix ci tests
* chore: re-enable disabled tests
* chore: reduce jest paralelizaiton
* chore: ci tweaks
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
|
2022-07-20 11:37:04 +02:00 |
|
Maciej Jastrzebski
|
64ff2d27c2
|
refactor: re-organise regular (non A11y) queries by predicate (#965)
* refactor: move queries files to queries folder
* refactor: fix import order
* refactor: extract bindByTextQueries
* refactor: extract bindByTestId, bindByDisplayValue
* refactor: extract bindByPlaceholderText
* refactor: remove findByAPI
* refactor: re-organied flow types
* refactor: migrate getByAPI & queryByAPI
* refactor: simplify query file names
* refactor: reduce external visibility
* refactor: reduce unnecessary exports
* refactor: self code review
* refactor: self code review
* refactor: move query tests to `src/queries/__tests__`
* refactor: remove removed functions errors
|
2022-05-04 12:08:03 +02:00 |
|
Augustin Le Fèvre
|
1360b73295
|
feat(breaking): migrate Flow to TS; remove some deprecated functions and aliases (#881)
* Port types to TS
* Fix CI commands
* Fix typo in yml file
* Address PR comments
* Remove aliased accessibility queries
* Add flow types
* Update build to support TS
* Clean up removed aliased queries
* Move @babel/plugin-transform-flow-strip-types to test config
* Address PR comments
* Delete flow tests
* Retrigger pipeline
* Update src/helpers/timers.ts
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
|
2022-03-25 16:54:30 +01:00 |
|