0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript201 stars (201 stars)7 forks (7 forks)user submission
enhancementhelp wanted
Description
There're a few tests on the way:
- app.model
- app.use
- app.router
- app.start
- ...more
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.
- mostly clear
- Prerequisites
- basic JavaScripttesting framework knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue lists specific test files to add: app.model, app.use, app.router, app.start. Since the repository is eva.js, a Vue.js solution, check the source code to understand the methods and their expected behavior. Look for existing test files or a testing framework configuration (e.g., jest, mocha) in the repository. The maintainer has not provided further details, so you may need to infer the testing approach from the project structure.