UNPKG

354 BYAMLView Raw
1instrumentation:
2 excludes: [
3 # These functions will be stringified and evaled again. Thus it's difficult to include them into the test coverage
4 'lib/__get__.js',
5 'lib/__set__.js',
6 'lib/__with__.js',
7 # Ignore shared test cases. These are just in the lib folder because they should
8 'testLib/*'
9 ]