Skip to content

Commit

Permalink
tests moved from ./test/fs-finder to ./test/src
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kudera committed Jan 17, 2014
1 parent 4d5ad55 commit d8d78ab
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"operator-compare": "~1.0.1",
"escape-regexp": "~0.0.1",
"q": "~1.0.0",
"async": "~0.2.9",
"callsite": "latest"
"async": "~0.2.9"
},
"devDependencies": {
"chai": "~1.8.1",
Expand Down
6 changes: 3 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require('./fs-finder/Helpers');
require('./fs-finder/Finder.sync');
require('./fs-finder/Finder.async');
require('./lib/Helpers');
require('./lib/Finder.sync');
require('./lib/Finder.async');
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d8d78ab

Please sign in to comment.