1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00
juvix/tests/smoke/Commands/dev/root.smoke.yaml
janmasrovira 5de0026d83
Add juvix global project under xdg directory and other improvements (#1963)
Co-authored-by: Paul Cadman <git@paulcadman.dev>
2023-04-13 11:27:39 +02:00

12 lines
179 B
YAML

working-directory: ./../../../../tests
tests:
- name: show
command:
- juvix
- dev
- root
stdout:
matches: .*/global-project/
exit-status: 0