aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
blob: 6577c5c60710a2dce445fc982bfa59d0655dc1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Client testing for Lustre runtime

1. Build and test example projects
2. Build and test vdom

Depends on:
- `linkedom` - headless DOM testing
- `npm-run-all` - run watch in parallel 
- `vitest` - execute tests


### Commands

Run from the `test` directory
Each command will run a `build` command to build project dependencies

#### Benchmark

- `npm run bench`

#### Test

- ##### Single

  - `npm run test`

- ##### Watch

  - `npm run test:watch`