You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
Is there any way where i could run a only a single test file for TDD development.
I can only run here npm tun test:client or npm run test:server ,These runs all the test cases. Is there a similar way to run a single test file.?
The text was updated successfully, but these errors were encountered:
Nope, but you can first run all server tests and then leave it watching for changes — and when you edit a test file, it'll run only modified tests. If you then edit a regular app file, it'll run all the tests again.
Is there any way where i could run a only a single test file for TDD development.
I can only run here
npm tun test:client
ornpm run test:server
,These runs all the test cases. Is there a similar way to run a single test file.?The text was updated successfully, but these errors were encountered: