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

Commit

Permalink
Lining up pending test names with new lack of options
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Williams committed Jun 17, 2016
1 parent a2c85d0 commit d47097c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lib/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ describe('microboot/lib/loader', function () {
it('should remove non-.js files when searching an extensionless path')
it('should return files ordered')
it('should find a single JS file if given a specific file')
it('should recursively search directories if no options are provided')
it('should recursively search directories if "no_recursive" is set to false')
it('should not recursively search directories if "no_recursive" is set to true')
it('should recursively search directories if just a path name given')
it('should recursively search directories if path name and "**" given')
it('should not recursively search directories if "*" given after path')
it('should not throw if permission is denied to a path')
it('should not throw if permission is denied to a file within a path')
it('should not return hidden files when searching within a path')
Expand Down

0 comments on commit d47097c

Please sign in to comment.