8 Commits

Author SHA1 Message Date
xobotyi
b6993a6f95
feat(prettier): make prettier a part of eslint.
Also reduce max line width to 100. And remove `lint:types` step for
commit sequence, it bothers when committing incomplete (wip) changes.
2021-02-01 18:58:55 +03:00
ddaza
db07ab65bf updated formating and fixed errors 2020-07-02 14:56:15 -05:00
streamich
c75a0a6ef3 chore: 🤖 catch up with master 2020-02-15 11:20:01 +01:00
Ayush Goyal
67d65833d9 chore: disable eslint for affected files 2020-02-04 07:12:19 +05:30
streamich
973a11fdb5 chore: 🤖 catch up with master 2020-01-17 09:24:06 +01:00
Ayush Goyal
69c698afea chore: fix act warning in useAsync tests
* fix: act warning in useAsync.test

* fix: remove the comment
2020-01-13 07:55:09 -08:00
streamich
733cf9bb07 test: 💍 fix useAsync test 2019-12-31 00:04:29 +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