N
"test": "jest ./test",
"testw": "jest test --watch --param=AUTO"
},
Size: a a a
N
N
OK
N
VG
PARAM=AUTO jest
process.env.PARAM
OK
N
~/Desktop/work/qa-api$ npm run test | grep PARAM
npm_package_scripts_testw: 'PARAM=AUTO jest test --watch --PARAM=AUTO',
npm_package_scripts_testw: 'PARAM=AUTO jest test --watch --PARAM=AUTO',
N
VG
VG
N
OK
N
N
OK
P
const { container } = render(почему здесь не находит .identified input,хотя в доме он есть?
<MemoryRouter>
<Component store={store} />
</MemoryRouter>
);
const identifiedInput = container.querySelector(".identified input");
OI
OI
OI
B