Skip to content

Commit

Permalink
Makes dir for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Aug 14, 2013
1 parent 47745fc commit aa7a227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-parentchild.js → test/unit/test-parentchild.js
@@ -1,5 +1,5 @@
var assert = require('assert'),
idx = require('../idx'),
idx = require('../../idx'),
powerset = require('powerset'),
parentchild = idx._all_indexers.parentchild;

Expand Down

0 comments on commit aa7a227

Please sign in to comment.