Skip to content

Commit 25f119a

Browse files
committed
✅ Test: add .after.always
1 parent c3f9c7e commit 25f119a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test.before('rename git folders', () => {
1212
fs.renameSync(path.join(fixtures, 'git-commit-1', 'git'), path.join(fixtures, 'git-commit-1', '.git'));
1313
});
1414

15-
test.after('rename .git folders', () => {
15+
test.after.always('rename .git folders', () => {
1616
fs.renameSync(path.join(fixtures, 'git-commit-0', '.git'), path.join(fixtures, 'git-commit-0', 'git'));
1717
fs.renameSync(path.join(fixtures, 'git-commit-1', '.git'), path.join(fixtures, 'git-commit-1', 'git'));
1818
});

0 commit comments

Comments
 (0)