Ask HN: Should an arrow function be used as a pure function?1 points·by zerego·8 năm trước·0 comments
zerego·6 năm trước·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·9 năm trước·discussOn the website I just see the fullstack option. Can you say a salary range or equity ? Thanks
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.