Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(tests): Reset repository in afterAll hook
- Use 'git reset HEAD^' command to reset repository - Use 'git checkout -- .' command to discard changes - Add 'tests/Fixtures/repository/' to git staging area
- Loading branch information