Upgrading jest
This commit is contained in:
13
setup.cfg
13
setup.cfg
@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user