Widened scope of CI eslint to all JavaScript files

This commit is contained in:
Colin Eberhardt
2015-10-05 13:21:19 +01:00
parent c33e255182
commit 45f62c424c
3 changed files with 2 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ describe('Random layout', function() {
}
function checkRandomLayout(i, node) {
it('should layout randomly #' + i + '.', function(node) {
it('should layout randomly #' + i + '.', function(node) {
if (JSON.stringify(computeLayout(node)) !== JSON.stringify(computeDOMLayout(node))) {
node = reduceTest(node);
}

View File

@@ -11,7 +11,6 @@
var testLayout = layoutTestUtils.testLayout;
var testLayoutAgainstDomOnly = layoutTestUtils.testLayoutAgainstDomOnly;
var testFillNodes = layoutTestUtils.testFillNodes;
var testExtractNodes = layoutTestUtils.testExtractNodes;
var text = layoutTestUtils.text;
var texts = layoutTestUtils.texts;
var textSizes = layoutTestUtils.textSizes;