| 11 | const __dirname = path.dirname(__filename); |
| 12 | |
| 13 | class IssuesFetcher { |
| 14 | constructor() { |
| 15 | this.baseURL = 'https://api.github.com/repos/chokcoco/iCSS/issues'; |
| 16 | this.dbPath = path.join(__dirname, '../data/icss.db'); |
nothing calls this directly
no outgoing calls
no test coverage detected