| 8 | const __dirname = path.dirname(__filename); |
| 9 | |
| 10 | class ProjectSetup { |
| 11 | constructor() { |
| 12 | this.projectRoot = __dirname; |
| 13 | this.dataDir = path.join(this.projectRoot, 'data'); |
nothing calls this directly
no outgoing calls
no test coverage detected