chore: minor folder structure refactor

This commit is contained in:
Bijin Bruno
2025-11-13 18:23:34 +05:30
parent f2273821b0
commit 2ef1a1948b
12 changed files with 11 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"collections": [
{
"path": "{{projectRoot}}/tests/grpc/make-request/collection",
"path": "{{projectRoot}}/tests/grpc/make-request/fixtures/collection",
"securityConfig": {
"jsSandboxMode": "safe"
}

View File

@@ -1,12 +1,11 @@
{
"maximized": true,
"lastOpenedCollections": [
"{{projectRoot}}/tests/grpc/make-request/collection"
],
"preferences": {
"beta": {
"grpc": true,
"nodevm": false
}
"maximized": false,
"lastOpenedCollections": [
"{{projectRoot}}/tests/grpc/make-request/fixtures/collection"
],
"preferences": {
"beta": {
"nodevm": false
}
}
}

View File

@@ -1,5 +1,5 @@
{
"maximized": true,
"maximized": false,
"lastOpenedCollections": [
"{{projectRoot}}/tests/grpc/metadata/fixtures/collection"
],

View File

@@ -2,8 +2,5 @@
"maximized": false,
"lastOpenedCollections": [
"{{projectRoot}}/tests/grpc/method-search/fixtures/grpc-collection"
],
"beta": {
"grpc": true
}
]
}