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
// -i. Run all tests serially in the current process, rather than creating a worker pool of child processes that run tests. This can be useful for debugging.
86
86
run: 'cross-env NODE_ENV=test jest --testPathPattern=integration -i',
// -i. Run all tests serially in the current process, rather than creating a worker pool of child processes that run tests. This can be useful for debugging.
97
97
run: 'cross-env NODE_ENV=test jest --testPathPattern=e2e -i',
0 commit comments