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: 480671f728ecb1af84de33da07705fa63dae04d7 (plain)
1
2
3
instrumentation:
    # __get__ and __set__ will be stringified and evaled again. Thus it's difficult to include them into the test coverage
    excludes: ['lib/__get__.js', 'lib/__set__.js']