chore: More refactoring chore: More tests and refactors fix: Fixed age not getting calculated properly chore: Implemented mocking in jest chore: More mock tests chore: checkStuckScreen tests
3 lines
102 B
JavaScript
3 lines
102 B
JavaScript
const dbm = require('../postgresql_interface')
|
|
|
|
module.exports = { machineEvents: dbm.machineEvents }
|