tape-ui

0.12.0 • Public • Published

CircleCI npm version

WIP: Tape UI

Tape UI

Tape UI


Features

  • [x] Selectively run tests
  • [ ] Run relevant tests based on file changes
  • [ ] Test coverage

Install

npm install tape-ui

Use

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 tdd

Changelog

See the releases section for details.

Package Sidebar

Install

Weekly Downloads

12

Version

0.12.0

License

MIT

Unpacked Size

1.12 MB

Total Files

27

Last publish

Collaborators

  • andreid