Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Apr 28, 2014
1 parent ed8db36 commit fc20b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "configs-overload",
"version": "0.1.4",
"version": "0.2.0",
"description": "Load configs with ease",
"scripts": {
"test": "jshint . && jscs . && mocha -R spec",
Expand Down
2 changes: 1 addition & 1 deletion test/test.configs-overload.js
Expand Up @@ -94,7 +94,7 @@ describe('config', function () {
});
});

it('should exception when embeded config use require and module nod found', function () {
it('should throw exception when embeded config throws', function () {
process.env.NODE_ENV = 'production';
process.env.NODE_CONFIG_DIR = path.join(FIXTURES_DIR, 'inner-require');
expect(function () {
Expand Down

0 comments on commit fc20b50

Please sign in to comment.