Skip to content

Commit

Permalink
fix: type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Oct 31, 2023
1 parent 1d8d681 commit dc7fba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/repo/special-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe( 'Special:Version', function () {
// should be disabled for dynamic tests
// eslint-disable-next-line mocha/no-setup-in-describe
Object.keys( extensions ).forEach( ( extensionPackage ) => {
extensions[ extensionPackage ].forEach( ( extension ) => {
extensions[ extensionPackage ].forEach( ( extension: string ) => {
// Get the extension name from the override if available
const name = extension;

Expand Down

0 comments on commit dc7fba0

Please sign in to comment.