I have 10 test cases in jest (Note: all tests are in .test.ts
extension, for eg: frontPageTest.test.ts
). I want to run the 10 test cases in Desktop view first, then the 10 test cases should run in mobile view. How to do it?
Asked
Active
Viewed 55 times
1

Sriram Sundar
- 25
- 4
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jun 22 '22 at 06:44