From 6d88651bb5ce009b754cce40e317c4eba922a7d1 Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Wed, 3 Sep 2025 15:47:57 +0200 Subject: [PATCH] chore: kebab-case updateHead.mjs to update-head.mjs --- tests/index.mjs | 2 +- tests/{updateHead.mjs => update-head.mjs} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/{updateHead.mjs => update-head.mjs} (99%) diff --git a/tests/index.mjs b/tests/index.mjs index 1a79eff4..887cfc4c 100644 --- a/tests/index.mjs +++ b/tests/index.mjs @@ -16,7 +16,7 @@ import conditionalLm from './conditional-lm.mjs' import conditionalEtag from './conditional-etag.mjs' import headers from './headers.mjs' import update304 from './update304.mjs' -import updateHead from './updateHead.mjs' +import updateHead from './update-head.mjs' import invalidation from './invalidation.mjs' import partial from './partial.mjs' import auth from './authorization.mjs' diff --git a/tests/updateHead.mjs b/tests/update-head.mjs similarity index 99% rename from tests/updateHead.mjs rename to tests/update-head.mjs index 9b8998c8..3347d088 100644 --- a/tests/updateHead.mjs +++ b/tests/update-head.mjs @@ -4,7 +4,7 @@ export default { name: 'HEAD updates', - id: 'updateHEAD', + id: 'update-head', description: 'These tests check how a cache updates stored responses when receiving a `HEAD` response.', spec_anchors: ['head.effects'], tests: [