Currently we have a file name snapshot.test.js inside packages\templates\clients\js\websocket\test which has to be rename to integration.test.js as it is not meant to add only snapshot test.
Also adding 2 more testcases in existing test -
- without server params
- without clientFileName params
Currently we have a file name
snapshot.test.jsinsidepackages\templates\clients\js\websocket\testwhich has to be rename to integration.test.js as it is not meant to add only snapshot test.Also adding 2 more testcases in existing test -