Skip to content

Commit

Permalink
let to const
Browse files Browse the repository at this point in the history
  • Loading branch information
ktym4a committed Jan 27, 2024
1 parent 013bc8e commit b596506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/sitemap/test/prefix.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { sitemap } from './fixtures/static/deps.mjs';
describe('Prefix support', () => {
/** @type {import('./test-utils.js').Fixture} */
let fixture;
let prefix = 'test-';
const prefix = 'test-';

describe('Static', () => {
before(async () => {
Expand Down

0 comments on commit b596506

Please sign in to comment.