bahmutov / bahmutov/bdd-stdin

Why the version v0.2.0 is not equals github

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

Description

## From NPM
```
bddStdin.keys = Object.freeze({
up: '\u001b[A',
down: '\u001b[B',
left: '\u001b[D',
right: '\u001b[C'
});
```

## From Github
```
bddStdin.keys = Object.freeze({
up: '\u001b[A',
down: '\u001b[B',
left: '\u001b[D',
right: '\u001b[C',
enter: '\n',
space: ' '
})
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Compare the v0.2.0 code shown from NPM with the GitHub source, focusing on the bddStdin.keys definition and the missing enter and space keys. Determine which behavior is intended; done means the published package and repository agree, with the discrepancy verified after release or package inspection.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli, testing
Issue type
Bug
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.