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: 8 months 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
```