diff --git a/.gitignore b/.gitignore index 33326b4..b7cab4a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ node_modules/ .cache lib bundleReport.html -.history/ \ No newline at end of file +.history/ +rawReq.ts diff --git a/test/rest-client-v5/private.read.test.ts b/test/v5/private.read.test.ts similarity index 100% rename from test/rest-client-v5/private.read.test.ts rename to test/v5/private.read.test.ts diff --git a/test/rest-client-v5/private.write.test.ts b/test/v5/private.write.test.ts similarity index 100% rename from test/rest-client-v5/private.write.test.ts rename to test/v5/private.write.test.ts diff --git a/test/rest-client-v5/public.read.test.ts b/test/v5/public.read.test.ts similarity index 100% rename from test/rest-client-v5/public.read.test.ts rename to test/v5/public.read.test.ts