Skip to content

Commit

Permalink
Fix tools recursing into ringpop-common
Browse files Browse the repository at this point in the history
  • Loading branch information
dansimau committed Apr 15, 2016
1 parent dc57cbe commit 35b9259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test/ringpop-common
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

require('glob').sync(__dirname + '/**/*{_test,-test}.js').forEach(require);
require('glob').sync(__dirname + '/{unit,integration}/*{_test,-test}.js').forEach(require);

0 comments on commit 35b9259

Please sign in to comment.