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: be3e16e4b5463027a5112d16085d7d5bf9a64e0d (plain)
1
2
3
4
5
6
7
8
9
instrumentation:
    excludes: [
        # These functions will be stringified and evaled again. Thus it's difficult to include them into the test coverage
        'lib/__get__.js',
        'lib/__set__.js',
        'lib/__with__.js',
        # Ignore shared test cases. These are just in the lib folder because they should
        'testLib/*'
        ]