Ensured and added keyboard navigation for public facing components #2843
Annotations
3 errors and 4 warnings
|
Test:
frontend/src/views/housing/HousingView.vue#L36
Error: [vitest] No "useRoute" export is defined on the "vue-router" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("vue-router"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ setup src/views/housing/HousingView.vue:36:4
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7848:25
❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7809:36
❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5159:7
❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5125:9
❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4654:11
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5269:11
|
Test
The operation was canceled.
|
Test:
frontend/src/components/housing/submission/SubmissionIntakeForm.vue#L1528
Attribute "ref" should go before "class"
|
Test:
frontend/src/components/housing/submission/SubmissionIntakeForm.vue#L1673
Attribute "ref" should go before "class"
|
Test:
frontend/src/utils/utils.ts#L126
Unexpected console statement
|
Test:
frontend/src/utils/utils.ts#L128
Unexpected console statement
|
Loading