IK
Size: a a a
IK
IK
AV
IK
AV
AV
AV
AS
V
AV
type DeepWriteable<T> = { -readonly [P in keyof T]: DeepWriteable<T[P]> };
mockStateAmount200=mockState as DeepWriteable<Something>;
mockStateAmount200.offer.options.cycleTheft.amount=200;
AK
M
AK
BK
IS
BK
M
M
BK
{
"name": "run select spec",
"type": "node",
"request": "launch",
"args": ["./e2e/wdio.conf.js", "--spec", "${file}", "--watch"],
"cwd": "${workspaceRoot}/projects/base-web-crm",
"autoAttachChildProcesses": true,
"program": "${workspaceRoot}/node_modules/@wdio/cli/bin/wdio.js",
"console": "integratedTerminal",
"env": {
"DEBUG": "true"
},
"sourceMaps": false
},
NK