Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testdeck/testdeck-mocha-seed
testdeck seed for the mocha test framework
https://github.com/testdeck/testdeck-mocha-seed
mocha test testdeck typescript
Last synced: about 3 hours ago
JSON representation
testdeck seed for the mocha test framework
- Host: GitHub
- URL: https://github.com/testdeck/testdeck-mocha-seed
- Owner: testdeck
- License: mit
- Created: 2017-07-04T18:39:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T12:18:36.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T20:00:32.297Z (about 1 month ago)
- Topics: mocha, test, testdeck, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testdeck-mocha-seed
[![Build Status](https://travis-ci.org/testdeck/testdeck-mocha-seed.svg?branch=master)](https://travis-ci.org/testdeck/testdeck-mocha-seed)
A seed for you to start testing using @testdeck/mocha.
To run all tests with test coverage run
```
npm test
```You can also start a watcher and continue development. The tests will be rerun as you make changes to your sources.
```
npm run watch
```