()
| 123 | }; |
| 124 | |
| 125 | const getIncludedRegExp = function() { |
| 126 | const configValue = grunt.config('includedRegExp'); |
| 127 | return configValue || grunt.config('includedRegExp', generateIncludedRegExp()); |
| 128 | }; |
| 129 | |
| 130 | const getNestedIncludedRegExp = function() { |
| 131 | const configValue = grunt.config('nestedIncludedRegExp'); |
no test coverage detected