Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
test utils are now included in the exported files, closes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
a1sabau committed Jun 23, 2018
1 parent 7bae470 commit 8fc9734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"files": [
"lib/",
"test/external/"
"test/external/",
"test/utils/"
],
"engines": {
"node": ">=7.10.1"
Expand Down
4 changes: 0 additions & 4 deletions test/utils/TestUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,4 @@ class TestUtils {
}
}

// add a require wrapper for get-set-fetch module
// eslint-disable-next-line import/no-dynamic-require
global.gsfRequire = name => require(path.join(__dirname, '..', '..', name));

module.exports = TestUtils;

0 comments on commit 8fc9734

Please sign in to comment.