2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

*face palm*

This commit is contained in:
Jacob Thornton
2012-07-22 13:21:44 -07:00
parent 77dea2c5eb
commit 8281a9023a
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = {
pull.files.forEach(function (file) {
if (/^js\/[^./]+.js/.test(file.filename)) hasJS = true
if (/^js\/test\/unit\/[^.]+.js/.test(file.filename)) hasTests = true
if (/^js\/tests\/unit\/[^.]+.js/.test(file.filename)) hasTests = true
})
assert.ok(!hasJS || hasJS && hasTests)