Commit Graph

6 Commits

Author SHA1 Message Date
f4df77d62f fix(tests): expectations of some async test where not working (#989) 2019-06-26 08:35:24 +03:00
83a6a6ea32 [ENHANCEMENT] Properly configure eslint to work with jest (#988)
* chore: make aware eslint that we use jest

By setting up the jest environment, we no longer need to declare the
'test' global in the configuration.

* chore: don't need to import expect, it's a jest environment global

* chore: don't need to import expect when creating undefined test
2019-06-18 08:34:45 +03:00
0668b1abde Addressed comments by @skatcat31 2018-12-12 09:23:55 -06:00
881ce6bb04 Added missing semicolons to make linter happy 2018-12-10 09:08:02 -06:00
93ab5a9e52 chainAsync update: last function shouldn't get 'next' as argument
Confident that my tests pass, but _30.js won't update.
2018-12-07 14:16:26 -06:00
0bc5d38f85 Updated the test system 2018-10-19 20:18:00 +03:00