Skip to content

Commit

Permalink
FIX lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Aug 21, 2024
1 parent 20c45b5 commit 222a92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describeParallel('plugin.test.js', () => {
_clearHook('postCreateRxDocument', postCreateRxDocument);
});
it('postCleanup', async () => {
let runs: any[] = [];
const runs: any[] = [];
const hook = (input: any) => {
runs.push(input);
};
Expand Down

0 comments on commit 222a92e

Please sign in to comment.