0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript717 stars (717 stars)95 forks (95 forks)user submission
help wanted
Description
Anyone can offer some help here? 😁
Contributor guide
- Tech stack
- javascriptvue
- Domain
- testing
- Issue type
- test
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests adding unit tests for the vue timeago component. To proceed, first examine the existing test setup in the repository (if any) by looking for a test directory or configuration files like jest.config.js or vitest.config.ts. Since this is a Vue component, consider using Vue Test Utils with a test runner like Vitest or Jest. Write a basic test to verify the component renders and displays relative time correctly. The maintainer's brief comment suggests willingness to accept help, but additional clarification on the expected test coverage would be beneficial. See repository at https://github.com/egoist/vue timeago.