Evan You 11 anni fa
parent
commit
e169ed033d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .bithoundrc

+ 2 - 1
.bithoundrc

@@ -5,7 +5,8 @@
     "**/dist/**",
     "**/examples/**",
     "**/perf/**",
-    "gruntfile.js"
+    "gruntfile.js",
+    "**/test/unit/lib/**"
   ],
   "test": [
     "**/test/**"