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

https://github.com/nwtgck/test-typescript-prac

Practice of test in TypeScript
https://github.com/nwtgck/test-typescript-prac

example mocha power-assert test

Last synced: 10 months ago
JSON representation

Practice of test in TypeScript

Awesome Lists containing this project

README

          

# Practice of test in TypeScript

[![Build Status](https://travis-ci.org/nwtgck/test-typescript-prac.svg?branch=master)](https://travis-ci.org/nwtgck/test-typescript-prac) [![Greenkeeper badge](https://badges.greenkeeper.io/nwtgck/test-typescript-prac.svg)](https://greenkeeper.io/)

## How to run

```bash
npm install
npm start
```

## How to test

```bash
npm test
```