11 Commits

Author SHA1 Message Date
Tyler Swavely
affcbbd404 run prettier 2019-11-19 23:37:41 -08:00
Tyler Swavely
ead2242875 reintroduce types 2019-11-19 23:04:34 -08:00
Tyler Swavely
126c509139 reject nullish keys 2019-11-19 22:46:35 -08:00
Tyler Swavely
da4bfddb26 finish tests and hook 2019-11-19 22:24:59 -08:00
Tyler Swavely
5cfddaf9b4 add useLocalStorage tests 2019-11-19 19:59:04 -08:00
Vadim Dalecky
0073acb538
Merge pull request #773 from streamich/fet-improve-useStateValidity
feat: Improve useStateValidator & useMultiStateValidator typings
2019-11-14 22:46:45 +01:00
xobotyi
436c210f7b
feat(useStateValidator): Refactor method and improve typings;
feat(useMultiStateValidator): Refactor method and improve typings;
2019-11-14 14:40:01 +03:00
Daniel
095b4de232 feat: Add useSet hook 2019-11-14 12:26:24 +02:00
xobotyi
399baf6472
Fix formatting issues occurring with newest prettier version; 2019-11-13 02:17:10 +03:00
streamich
ad9a0bd313 test: 💍 enable hidden tests
Two test files did not have ".test" in their name, which would make Jest
to skip them.
2019-11-10 23:54:31 +01:00
Anton Zinovyev
8de2a3ee13 chore: move tests to top level /tests folder
chore: move all the tests to the separate directory outside of sources;

chore: remove jest.config.js (config moved to the package.json);

test: unused import in test;

test: 💍 fix tests add back x and y to useMeasure

chore: 🤖 add linter to /tests folder

ci: 🎡 limit Jest worker count for CircleCI
2019-11-08 16:55:34 -05:00