Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```