Closed machendos closed 5 years ago
Despite I used git mv
, the github does not show changes in the file in a convenient form, instead it shows completely deleted and adding files. To see the difference, go to these commits:
https://github.com/metarhia/metasync/pull/382/commits/846e7459182cb57dc5f63c11165186d4f376369f
https://github.com/metarhia/metasync/pull/382/commits/2690a9ba1a1d771e2fee6f5a7a7d19bcf589235e
Also, could you use test.plan
/test.pass
in all tests that need to verify that callbacks are called?
You shouldn't make these stylistic changes manually when style can be updated automatically; to fix styling now, you can rebase on master
and run npm run lint -- --fix
. And you would have to do it eventually anyway to make it possible to land this PR.
Rebase on master
, please.
Closes:#378 this PR rewrite all usage of
assert
tometatests
. Also was update usage of oldAPI
ofmetasync
in/tests