consento-org / consento-org/get-random-values-polypony

Remove `name` from tests

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Tests should be able to run across platforms without much customization, currently each platform provides a custom [name](https://github.com/consento-org/get-random-values-polypony/blob/main/test/implementation.js#L14) variable.

We should have some way to work around this.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

Either remove it, or provide separate entry points for tests per platform

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

???

**Additional context**
Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

Research direction

Start with test/implementation.js, especially the platform-specific name variable referenced in the issue, and inspect how the tests use it across platforms. Determine whether removing that variable or adding separate platform entry points fits the existing setup; done means the tests run across platforms without custom name configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.