1 comment (1 comment)2 reactions (2 reactions)0 assignees (0 assignees)JavaScript30,389 stars (30,389 stars)3,731 forks (3,731 forks)batch import
enhancementhelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascript
- Domain
- testingci cd
- Issue type
- feature
- 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.
- half day
- 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.
- clear
- Prerequisites
- JavaScriptBasic Travis CI knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- This issue proposes integrating Travis CI for automated testing. Investigate the current state of the SortableJS project: check if any testing framework (e.g., Jest, Mocha) is already in use. Review the repository's recent CI configurations (likely migrated to GitHub Actions). Consider writing a basic test suite and configuring Travis CI (or updating to modern CI). Look at issues and PRs referencing testing for guidance.