Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information