diff --git a/src/workerd/api/tests/new-module-registry-test.js b/src/workerd/api/tests/new-module-registry-test.js index 9503a5ac0813..a4ad1a0dd000 100644 --- a/src/workerd/api/tests/new-module-registry-test.js +++ b/src/workerd/api/tests/new-module-registry-test.js @@ -112,7 +112,7 @@ export const queryAndFragment = { // * [ ] require('module').createRequire API works as expected // * [ ] Fallback service works as expected // * [ ] Module specifiers are correctly handled as URLs -// * [ ] Querys and fragments resolve new instances of known modules +// * [x] Querys and fragments resolve new instances of known modules // * [ ] URL resolution works correctly // * [ ] Invalid URLs are correctly reported as errors // * [ ] Import assertions should be rejected