From 9454d8c100bbd1fd98927dd18afa744bacf3f8d9 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 25 Sep 2021 01:09:48 +0530 Subject: [PATCH] feat: move testing code to js-sandbox --- .../components/http/Request.vue | 38 ++- .../hoppscotch-app/helpers/RequestRunner.ts | 187 +++------- .../helpers/postwomanTesting.ts | 321 ------------------ packages/hoppscotch-app/helpers/preRequest.ts | 51 ++- 4 files changed, 98 insertions(+), 499 deletions(-) delete mode 100644 packages/hoppscotch-app/helpers/postwomanTesting.ts diff --git a/packages/hoppscotch-app/components/http/Request.vue b/packages/hoppscotch-app/components/http/Request.vue index f4b3b14cc..31c9c6f01 100644 --- a/packages/hoppscotch-app/components/http/Request.vue +++ b/packages/hoppscotch-app/components/http/Request.vue @@ -232,6 +232,7 @@