Skip to content

Commit

Permalink
Add job in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Terdious authored Nov 3, 2022
1 parent 61ff68b commit 1168537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/test/lib/device/device.getDeviceFeaturesStates.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ const uuid = require('uuid');
const { fake } = require('sinon');
const db = require('../../../models');
const Device = require('../../../lib/device');
const Job = require('../../../lib/job');

const event = new EventEmitter();
const job = new Job(event);

const now = new Date('2000-06-15T03:59:00.000Z');
const insertStates = async () => {
Expand Down

0 comments on commit 1168537

Please sign in to comment.