1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)HTML866 stars (866 stars)154 forks (154 forks)batch import
enhancementhelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascript
- Domain
- testing
- Issue type
- test
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- 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
- basic JavaScriptunderstanding of xhook API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests converting existing examples into test cases. First, locate the examples directory in the repository (likely /example or /examples). Review each example to understand the functionality being demonstrated. Then, create corresponding test files using a testing framework (e.g., Mocha or Jest) to assert that the intercepted XHR requests and responses work as shown. Check the existing test structure in /test for patterns to follow. Since the issue is old and has no comments, consider asking in the issue for clarification on which specific examples to convert and expected test coverage.