From 51ccd70a32c0694a47ea53d62986a085441bf10e Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Tue, 20 Jun 2023 12:12:40 -0500 Subject: [PATCH] remove test --- integrationTests/e2e/e2e.test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/integrationTests/e2e/e2e.test.js b/integrationTests/e2e/e2e.test.js index 25d6ad0..3e43490 100644 --- a/integrationTests/e2e/e2e.test.js +++ b/integrationTests/e2e/e2e.test.js @@ -13,9 +13,6 @@ describe('e2e', () => { const jsonString = '{"x":1,"y":"qux"}'; let jsonResult = JSON.stringify(jsonString); - - expect(process.env.JSON_DATA).toBe(jsonResult); - jsonResult = jsonResult.substring(1, jsonResult.length - 1); expect(process.env.JSON_STRING).toBe(jsonResult); });