Skip to content

Commit 1beb308

Browse files
author
Kelly Selden
committed
chore: switch beforeEach to before
1 parent ecb3402 commit 1beb308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('runs codemods', function() {
9393
}
9494

9595
// eslint-disable-next-line mocha/no-hooks-for-single-case
96-
beforeEach(async function() {
96+
before(async function() {
9797
applicableCodemods = await getApplicableCodemods();
9898
});
9999

0 commit comments

Comments
 (0)