lamassu-server/lib/notifier/queries.js
Cesar 04fd82454d Feat: code refactoring and jest tests
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
2021-02-04 15:48:23 +00:00

3 lines
102 B
JavaScript

const dbm = require('../postgresql_interface')
module.exports = { machineEvents: dbm.machineEvents }