Files
engine/pnpm-workspace.yaml
luzhuang 8200bfdd5e Add e2e test (#1656)
* test: add e2e test
2023-12-21 18:03:08 +08:00

7 lines
140 B
YAML

packages:
# all packages in direct subdirs of packages/
- 'packages/*'
# all packages in subdirs of components/
- 'tests'
- 'e2e'