Skip to content

Commit 9542fe3

Browse files
Hugos68endigo9740
andauthored
Feature: useFocus hook (#99)
* Ported usefocus * Unified testing components, started writing tests for `useFocus` * Added test and docs * Return {} instead of undefined when disabled * Moved to smaller utilities * Fixed test warnings * Attempted fix with waitFor * Revert "Attempted fix with waitFor" This reverts commit 1d58fac. * Doc refinement * fix * test * Potential fix? * Better auto cleanup * Testing without screen * test * test * fixed? * Testing singular tests * test * test * test * Revert "test" This reverts commit b62e363. * revert * try * test * test * test * test * revert * Final test * test * Skipped tests * fixed lint * revert some stuff * removed some more stuff * Resolve package lock conflict * ... * Format * Fix CodeBlock prop name * Installed Test Library user event package --------- Co-authored-by: endigo9740 <[email protected]>
1 parent 0720e4a commit 9542fe3

35 files changed

+3846
-3973
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@sveltejs/vite-plugin-svelte": "4.0.0-next.2",
4343
"@testing-library/jest-dom": "^6.4.2",
4444
"@testing-library/svelte": "^5.1.0",
45+
"@testing-library/user-event": "^14.5.2",
4546
"@types/eslint": "^8.56.0",
4647
"@typescript-eslint/eslint-plugin": "^7.0.0",
4748
"@typescript-eslint/parser": "^7.0.0",

0 commit comments

Comments
 (0)