1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 04:43:18 +03:00
juvix/tests/smoke/Commands/init.smoke.yaml
2023-02-10 17:53:23 +01:00

20 lines
310 B
YAML

working-directory: ./../../../tests/
tests:
- name: init
command:
shell:
- bash
script: |
mkdir tmp
cd tmp
juvix init
cat juvix.yaml
cd ..
rm -rf tmp
stdout:
contains:
"name: tmp"
stdin: "\n\n"
exit-status: 0