Simplify test fixtures
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 322
- PR merge metrics
- No merged PRs in 30d
Description
The tests are currently failing, and I'm not sure why.
Part of the issue is that the test data in this repo are actually full size kml and gpx files, not minimal test fixtures, so it's tough to understand what's actually wrong amid several pages of console error output.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the repository's test data and failing tests to identify where the full-size KML and GPX files are used. Replace them with minimal fixtures that preserve the cases under test, then run the test suite and confirm the failures become understandable and the tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100