From e850f9fa6d3b440c51ae0cda7d9d573627839167 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Thu, 25 Aug 2022 13:10:14 +0300 Subject: [PATCH] grunt: do not bundle zone and contry tests --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1bf92df5..02bba034 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,7 +6,6 @@ module.exports = function(grunt) { nodeunit : { zones : [ "tests/zones/**/*.js", - "tests/countries/*.js" ], countries: [ "tests/countries/*.js"