()
| 143 | } |
| 144 | |
| 145 | export function getDefaultCustom() { |
| 146 | return { |
| 147 | origInclude: true, |
| 148 | origExclude: true, |
| 149 | origMatch: true, |
| 150 | origExcludeMatch: true, |
| 151 | [kOrigTag]: true, |
| 152 | }; |
| 153 | } |
| 154 | |
| 155 | export function newScript(data) { |
| 156 | const state = { |
no outgoing calls
no test coverage detected