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

https://github.com/konojunya/ava-test

📝 HALアドベントカレンダーで書いた「avaで始めるフロントエンドテスト!」のリポジトリです
https://github.com/konojunya/ava-test

ava test testrunner unittest

Last synced: about 2 months ago
JSON representation

📝 HALアドベントカレンダーで書いた「avaで始めるフロントエンドテスト!」のリポジトリです

Awesome Lists containing this project

README

        

# avaを使ってテストをしてみよう!

[HALアドベントカレンダー2017](https://qiita.com/advent-calendar/2017/hal)で書いた記事のソースコードです。

## Run

```
$ git clone https://github.com/konojunya/ava-test.git
$ cd ava-test
$ npm i
$ npm test
```