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
Reported by #4390, this test is failing on the mkdirSpy call count
assertion.
Not exactly sure why this is flaky, but maybe it is due to the previous
folders not being cleaned up.
## Solution
This commit deletes the created folders after each test finishes.
Additionally, this commit checks the actual spy call count so that we
can better debug the issue
<!---
REMINDER:
- Read CONTRIBUTING.md first.
- Add test coverage for your changes.
- Update the changelog using `npm run newChange`.
- Link to related issues/commits.
- Testing: how did you test your changes?
- Screenshots
-->
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Signed-off-by: nkomonen <[email protected]>
0 commit comments