You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
246 B
22 lines
246 B
1 year ago
|
# @vitest/ui
|
||
|
|
||
|
This package is for UI interface of Vitest.
|
||
|
|
||
|
> Working in progress.
|
||
|
|
||
|
## Development Setup
|
||
|
|
||
|
At project root, create terminals with each of the following commands:
|
||
|
|
||
|
```bash
|
||
|
nr dev
|
||
|
```
|
||
|
|
||
|
```bash
|
||
|
nr test --api
|
||
|
```
|
||
|
|
||
|
```bash
|
||
|
nr ui:dev
|
||
|
```
|