You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+10
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,16 @@
134
134
"type": "boolean",
135
135
"description": "Skips variables debugging instrumentation of code, making debugging less convenient but the resulting binary smaller and closer to production",
136
136
"default": false
137
+
},
138
+
"testName": {
139
+
"type": "string",
140
+
"description": "Optional test name to debug",
141
+
"default": null
142
+
},
143
+
"oracleResolver": {
144
+
"type": "string",
145
+
"description": "JSON RPC url to solve oracle calls",
0 commit comments