check-tests icon indicating copy to clipboard operation
check-tests copied to clipboard

Add support of import test.concurrent for parallelize in Jest

Open metroprog opened this issue 1 year ago • 0 comments

If use parallelization of tests in one file - tests with test.concurrent (Jest doc) do not immediately import into the testomat.io. Workaround: first import simply test to assign an id, and then add concurrent

metroprog avatar Apr 09 '24 14:04 metroprog