| 8 | const __dirname = path.dirname(__filename); |
| 9 | |
| 10 | class InspirationTester { |
| 11 | constructor() { |
| 12 | this.dbPath = path.join(__dirname, 'data', 'icss.db'); |
| 13 | this.db = new Database.Database(this.dbPath, (err) => { |
nothing calls this directly
no outgoing calls
no test coverage detected