start on the worker logic

This commit is contained in:
2016-04-25 16:28:30 -07:00
parent 7f554014a0
commit 5c4340adfc
2 changed files with 27 additions and 5 deletions

View File

@@ -184,7 +184,6 @@ describe('Job Class', function () {
expect(job.document).to.be(undefined);
const doc = job.toJSON();
console.log(doc);
expect(doc).to.have.property('index', index);
expect(doc).to.have.property('type', type);
expect(doc).to.have.property('timeout', options.timeout);