Closed SukkaW closed 1 year ago
Add .concurrent to describe to speed up tests.
.concurrent
describe
The PR also removes expect from import, as the concurrent test with Snapshots and Assertions requires expect from the local test context.
expect
Thanks, also about time to rewrite the tests. I probably need to flesh out every possible transform.
I probably need to flesh out every possible transform.
And test coverage as well.
Add
.concurrent
todescribe
to speed up tests.The PR also removes
expect
from import, as the concurrent test with Snapshots and Assertions requiresexpect
from the local test context.