Package Exports
- tape-ui
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tape-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tape UI

Features
- Test files run in separate workers
- Run only relevant tests based on file changes
Install
Built with neo-blessed and react-blessed
npm i --save-exact @mutant-ws/tape-uiUse
Add script in package.json
{
"scripts": {
"tdd": "tape-ui -r @babel/register -p src -g '**/*.test.js'",
}
}Develop
git clone git@github.com:mutant-ws/tape-ui.git && \
cd tape-ui && \
npm run setup
# run tests (any `*.test.js`) once
npm test
# watch `src` folder for changes and run test automatically
npm run tddCommit messages
Using Angular's conventions.
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
BREAKING CHANGE: Half of features not working anymore- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing or correcting existing tests
- chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
Changelog
See the releases section for details.