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

https://github.com/sayan751/au2-app-test


https://github.com/sayan751/au2-app-test

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Aurelia2 app testing

This repo host a simple Aurelia2 example app with unit-testing setup.

### Install dependencies

```shell
npm i
```

### Run the app

```shell
npm start
```

### Run the tests

```shell
npm test
```