jest-config-trainiac
v0.1.0
Published
Jest config files
Downloads
14
Readme
trainiac-js-jest-configs
Jest config files
All jest tests must end with test.js and all of the folders will be ignored in running tests and code coverage
[
'./node_modules',
'./coverage',
'./dist',
'./build'
]