Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
test validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davis authored and Scott Davis committed Oct 4, 2015
1 parent 75ea25e commit 1e1de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var assert = require('assert'),

describe('defaults', function(){
it('contain a defaults module', function(){
assert(typeof defaults == "undefined");
assert(typeof defaults != "undefined");
});
it('contains config', function(){
assert(typeof defaults.config != "undefined");
Expand Down

0 comments on commit 1e1de5d

Please sign in to comment.