From 68c85e54334f34ddc2808da7755a69b60a928517 Mon Sep 17 00:00:00 2001 From: Zvi Grinberg Date: Thu, 26 Oct 2023 18:53:21 +0300 Subject: [PATCH] test: integration tests for v4 should be activated with EXHORT_DEV_MODE=true, as V4 multisource is not deployed yet to production Signed-off-by: Zvi Grinberg --- test/it/end-to-end.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/it/end-to-end.js b/test/it/end-to-end.js index af1a83a..3cda8e6 100644 --- a/test/it/end-to-end.js +++ b/test/it/end-to-end.js @@ -106,7 +106,7 @@ suite('Integration Tests', () => { }); -}); +}).beforeAll(() => process.env["EXHORT_DEV_MODE"] = "true"); // suite('Developer Test End to End', () => { // // let opts = {