Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.istanbul.yml - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21bf908dece8366aff33f1073f4d853db5b83ed4 (plain)
1
2
3
4
5
6
7
instrumentation:
    # These functions will be stringified and evaled again. Thus it's difficult to include them into the test coverage
    excludes: [
        'lib/__get__.js',
        'lib/__set__.js',
        'lib/__with__.js'
        ]