Ecosyste.ms: Awesome
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: 22 days ago
JSON representation
Practice of test in TypeScript
- Host: GitHub
- URL: https://github.com/nwtgck/test-typescript-prac
- Owner: nwtgck
- Created: 2017-11-08T12:21:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T11:34:00.000Z (over 5 years ago)
- Last Synced: 2024-10-11T10:16:18.794Z (about 1 month ago)
- Topics: example, mocha, power-assert, test
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```