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
WIP: Tape UI


Features
- Selectively run tests
- Run relevant tests based on file changes
- Test coverage
Install
npm install tape-uiUse
Add script in package.json
{
"scripts": {
"tdd": "tape-ui -r @babel/register 'src/**/*.test.js'",
}
}Develop
git clone git@github.com:andreidmt/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 tddChangelog
See the releases section for details.