jestjs
Return different values when mocking a variable
Why is my mocking not working ? I want to mock a npm ws module by returning different values each time.[详细]
2022-12-07 21:08 分类:问答Jest cannot find typescript module '../X.js' from 'src/tests/X.test.ts'
I\'ve been trying to find a way to test my TypeScript project but with every try Jest or typescript have yelled at me.[详细]
2022-12-07 18:17 分类:问答how to test (Jquery) on scroll event in jest
I am calling$(window).on(\'scroll\', () =>{the method in my js file. But I can\'t find out how to test this method using JEST.[详细]
2022-12-07 17:28 分类:问答