(...args)
| 12 | } |
| 13 | |
| 14 | function fixturesFileURL(...args) { |
| 15 | return pathToFileURL(Reflect.apply(fixturesPath, this, args)); |
| 16 | } |
| 17 | |
| 18 | function readFixtureSync(args, enc) { |
| 19 | if (Array.isArray(args)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…