Ask HN: Should an arrow function be used as a pure function?1 points·by zerego·vor 8 Jahren·0 comments
zerego·vor 6 Jahren·discussWhat you're looking for is called model based testing.There is also property based testing which generates random data for the tests.You can read more about this in the official documentation of this npm package https://www.npmjs.com/package/fast-checkI know there are plugins for cypress and most likely to other tools to be able to setup model based tests.
zerego·vor 9 Jahren·discussOn the website I just see the fullstack option. Can you say a salary range or equity ? Thanks
zerego·vor 11 Jahren·discussNot working for me.- Uncaught InvalidStateError: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.- WebSocket connection to 'ws://spacetime.tv:9090/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
There is also property based testing which generates random data for the tests.
You can read more about this in the official documentation of this npm package https://www.npmjs.com/package/fast-check
I know there are plugins for cypress and most likely to other tools to be able to setup model based tests.