https://github.com/sayan751/au2-app-test
https://github.com/sayan751/au2-app-test
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sayan751/au2-app-test
- Owner: Sayan751
- License: mit
- Created: 2021-12-16T13:39:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T13:41:50.000Z (over 4 years ago)
- Last Synced: 2025-03-03T10:44:20.934Z (over 1 year ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```