aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f1fb6c5d7..1040ebe27 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -239,7 +239,8 @@ grunt.initConfig({
"ui/*.js",
"Gruntfile.js",
"build/**/*.js",
- "tests/unit/**/*.js"
+ "tests/unit/**/*.js",
+ "tests/lib/**/*.js"
]
},
csslint: {