Notifications
Clear all
Jan 05, 2023 9:30 am
How do you just run a single test instead of all tests at once which is normally the default?
1 Reply
Jan 05, 2023 9:31 am
You can pass a file name after your script name like below:
npm run test:unit mycomponent.test.js