Skip to content

Commit

Permalink
test(utils, plugin): another issue with tests in node4 :/
Browse files Browse the repository at this point in the history
  • Loading branch information
ar4mirez committed Feb 13, 2017
1 parent 51eed61 commit 52d9316
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_plugin.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const lab = require('./lab');
const plugin = require('../lib');
const hapi = require('hapi');
Expand Down
2 changes: 2 additions & 0 deletions test/test_utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const lab = require('./lab');
const utils = require('../lib/utils');

Expand Down

0 comments on commit 52d9316

Please sign in to comment.