Skip to content

Commit

Permalink
include missing module in tests
Browse files Browse the repository at this point in the history
need os to resolve host names
  • Loading branch information
esatterwhite committed Dec 30, 2016
1 parent ce9885f commit 8aec522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/put-timer.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict';
const http = require('http')
, os = require('os')
, assert = require('assert')
, uuid = require('uuid')
, supertest = require('supertest')
Expand Down

0 comments on commit 8aec522

Please sign in to comment.