(...extraPaths)
| 804 | } |
| 805 | |
| 806 | defaultEnvWithPathsAdded(...extraPaths) { |
| 807 | let paths = (this.defaultPaths || []); |
| 808 | paths.unshift(...extraPaths); |
| 809 | const env = files.currentEnvWithPathsAdded(...paths); |
| 810 | return env; |
| 811 | } |
| 812 | |
| 813 | get defaultPaths() { |
| 814 | const nodeBinDir = files.getCurrentNodeBinDir(); |
no outgoing calls
no test coverage detected