Skip to content

Commit

Permalink
feat: renaming vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dipratap committed Aug 27, 2024
1 parent c324d15 commit ba7a196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const HANDLERS = {
conversion,
'experimentation-ess-daily': essExperimentationDaily,
'experimentation-ess-all': essExperimentationAll,
metaTags,
'meta-tags': metaTags,
opportunities,
costs,
'structured-data': structuredData,
Expand Down
2 changes: 1 addition & 1 deletion test/audits/metatags.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import auditMetaTags from '../../src/metatags/handler.js';
use(sinonChai);
use(chaiAsPromised);

describe('SeoTags', () => {
describe('Meta Tags', () => {
describe('SeoChecks', () => {
let seoChecks;
let logMock;
Expand Down

0 comments on commit ba7a196

Please sign in to comment.