Upgrading jest

This commit is contained in:
James Barnsley
2020-08-04 20:13:42 +12:00
parent 4d56b73863
commit df7a02a863
93 changed files with 214 additions and 63751 deletions

View File

@ -13,5 +13,5 @@ include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 88
known_tests = "tests"
known_tests = "__tests__"
sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER"