Skip to content

Commit

Permalink
Updated tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Jul 18, 2013
1 parent 87ba36d commit db564fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--timeout 60000
--reporter dot
--ui bdd
test/**/*.test.js
node_modules/waterline/test/**/*.js
2 changes: 1 addition & 1 deletion test/router/unit/routes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Specified routes', function() {
describe('Static routes', function () {

it('should respond to requests that match the url pattern', function (done) {
console.log('!!!!');
// console.log('!!!!');
assert(true);
done();

Expand Down

0 comments on commit db564fc

Please sign in to comment.