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
- Host: GitHub
- URL: https://github.com/nwtgck/test-typescript-prac
- Owner: nwtgck
- Created: 2017-11-08T12:21:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T11:34:00.000Z (about 7 years ago)
- Last Synced: 2025-03-31T08:48:36.257Z (about 1 year ago)
- Topics: example, mocha, power-assert, test
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practice of test in TypeScript
[](https://travis-ci.org/nwtgck/test-typescript-prac) [](https://greenkeeper.io/)
## How to run
```bash
npm install
npm start
```
## How to test
```bash
npm test
```