https://github.com/thisconnect/test-karma-rollup-tape
Example setup rollup, tape, karma, karma-tap, karma-rollup-plugin...
https://github.com/thisconnect/test-karma-rollup-tape
Last synced: 11 months ago
JSON representation
Example setup rollup, tape, karma, karma-tap, karma-rollup-plugin...
- Host: GitHub
- URL: https://github.com/thisconnect/test-karma-rollup-tape
- Owner: thisconnect
- License: mit
- Created: 2016-10-21T12:07:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:52:25.000Z (over 3 years ago)
- Last Synced: 2025-04-02T10:05:40.085Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 419 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# testing karma rollup tape
[](https://circleci.com/gh/thisconnect/test-karma-rollup-tape)
[](https://libraries.io/github/thisconnect/test-karma-rollup-tape)
[](https://david-dm.org/thisconnect/test-karma-rollup-tape?type=dev)
```bash
npm install
npm run build # browserify tape to build/tape.js once
npm test # run karma
```
### past issues
- rollup can not bundle tape https://github.com/rollup/rollup/issues/1072
- karma tape rollup karma-tap setup https://github.com/bySabi/karma-tap/issues/23