source-controller icon indicating copy to clipboard operation
source-controller copied to clipboard

Isolate storage used in tests

Open hiddeco opened this issue 2 years ago • 0 comments

At present, a lot of test cases are making use of a shared testStorage instance.

As we are using the same testing patterns in places, this may at some point result in flaky errors when things are being run concurrently. Which is (obviously) not great, and needs changing so test cases use an isolated storage instance.

hiddeco avatar May 19 '23 06:05 hiddeco