Created by: bugzpodder
yarn test --watchAll=false
or npm test -- --watchAll=false
is already sufficient for running tests in non-watch mode. Both does the same thing as the current --no-watch flag.
Created by: bugzpodder
yarn test --watchAll=false
or npm test -- --watchAll=false
is already sufficient for running tests in non-watch mode. Both does the same thing as the current --no-watch flag.