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

@ -52,8 +52,8 @@ dev =
[options.packages.find]
exclude =
tests
tests.*
__tests__
__tests__.*
[options.entry_points]
@ -88,7 +88,8 @@ exclude =
.tox
.vscode
docs
tests
__tests__
__mocks__
src
node_modules
build_tools
@ -124,8 +125,10 @@ ignore =
package-lock.json
package.json
webpack.config.js
tests/__pycache__
tests/__pycache__/*
__mocks__
__mocks__/*
__tests__/__pycache__
__tests__/__pycache__/*
[tool:pytest]
norecursedirs =