ourjapanlife/findadoc-web

Add snapshot test for `index.vue`

开放

#1,429 创建于 2025年8月5日

 (0 条评论) (0 个反应) (1 位负责人)Vue (24 个派生)auto 404
enhancementgood first issuetests

仓库指标

星标
 (28 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Problem

Now that snapshot testing is possible, we need to create a test for every page. This ticket is for index.vue.

Success

index.jest.test.ts should be added to the jest testing folder and when running the snapshot testing commands (both updating and the actual test), it should be included in the command prompt.

Requirements

  • I need to think of a suitable way to check if there would be a diff by changing something so this will be edited later.

Implementation notes

Please use about.jest.test.ts as an example.

贡献者指南