From 2d32b8caf07968b1169ca88df0f0782382f3e7ef Mon Sep 17 00:00:00 2001 From: ankittre2000 Date: Fri, 10 Feb 2023 13:33:33 -0500 Subject: [PATCH] Remove unused argument --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c1fd135..129190a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -37,7 +37,7 @@ module.exports = { "generate-third-party": generateThirdParty, }; -async function test(done) { +async function test() { const jasmine = new Jasmine(); jasmine.loadConfigFile("specs/jasmine.json"); jasmine.exitOnCompletion = false;