(filename)
| 47 | exts: opts.extensions ?? client.getDefaultExtensions(), |
| 48 | ignoreNodeModules: false, |
| 49 | matcher(filename) { |
| 50 | return !client.isFileIgnored(filename); |
| 51 | }, |
| 52 | }); |
| 53 | |
| 54 | client.setOptions(opts); |
nothing calls this directly
no test coverage detected
searching dependent graphs…