Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGzPN-000Xov-Vg for pgadmin-hackers@arkaria.postgresql.org; Sat, 23 Dec 2023 10:39:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rGzPL-000Ay9-9p for pgadmin-hackers@arkaria.postgresql.org; Sat, 23 Dec 2023 10:39:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGzPL-000Aw9-0e for pgadmin-hackers@lists.postgresql.org; Sat, 23 Dec 2023 10:39:03 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGzPI-00BoDB-8U for pgadmin-hackers@lists.postgresql.org; Sat, 23 Dec 2023 10:39:01 +0000 Received: from github.com (hubbernetes-node-dbc1788.ash1-iad.github.net [10.56.166.39]) by smtp.github.com (Postfix) with ESMTPA id 1D8856000ED for ; Sat, 23 Dec 2023 02:38:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703327939; bh=CuL+1kd6Ge+WiTc5BBCIUJxtWhSHeagP2VEsvmPUhak=; h=Date:From:To:Subject:From; b=LtBbaWObaIN9u/sKEZ8u/D60xUV5VD6ovDqwDDPdi1qnc2Z1xu87nVQW/xMuj57Nk fp1G54JPNDhhgNPwEJnLHMBnKB6U7NXnFG71HBJHrlysO1NVzlGhV7gY5WVMJJxvuY G4/A75qkgjWPF9p+gy3/vTVuaRIsdqsLrn882DgU= Date: Sat, 23 Dec 2023 02:38:59 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 41a62c: Fix JS test cases failing on Windows OS Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 41a62c80823653d2bcc86d539c20b694cfb25ac5 https://github.com/pgadmin-org/pgadmin4/commit/41a62c80823653d2bcc86d539c20b694cfb25ac5 Author: Aditya Toshniwal Date: 2023-12-23 (Sat, 23 Dec 2023) Changed paths: M web/jest.config.js Log Message: ----------- Fix JS test cases failing on Windows OS