diff --git a/.bithoundrc b/.bithoundrc index 42e1a038..9aa2a81a 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,5 +1,8 @@ { "ignore": [ "example/**" + ], + "test": [ + "**/*.test.js" ] }