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

Commit

Permalink
add output so that tap doesn't get lonely and sad
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed May 8, 2015
1 parent 3cfa922 commit 979f190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/04b-registry-views-expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,3 +619,8 @@ module.exports =
]
}
}

if (module === require.main) {
console.log('1..1')
console.log('ok - just setting things up for other tests')
}

0 comments on commit 979f190

Please sign in to comment.