From 0c70eac894d0d3826f692f6f43b1898dc7b20052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 11 May 2020 16:40:07 +0200 Subject: [PATCH] Build: Remove an obsolete comment We already use separate browser sets to be able to test with jQuery 3.x & 4.x. The comment that we need separate jobs no longer applies - we already have them. --- build/tasks/testswarm.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 07402551..5a78bd04 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -37,7 +37,6 @@ module.exports = function( grunt ) { pluginjQuery[ 0 ] + "&jquery=" + pluginjQuery[ 1 ]; } ); - // TODO: create separate job for git so we can do different browsersets testswarm.createClient( { url: config.swarmUrl } )