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.
20 lines
459 B
20 lines
459 B
![]()
4 years ago
|
---
|
||
|
source: tests/e2e.rs
|
||
|
expression: "&source.trim()"
|
||
|
---
|
||
|
fnm --log-level='quiet' env | source
|
||
|
if test (fnm install v8.11.3) != ""
|
||
|
echo 'Expected fnm install to be "", Got: '(fnm install v8.11.3)
|
||
|
exit 1
|
||
|
end
|
||
|
|
||
|
if test (fnm use v8.11.3) != ""
|
||
|
echo 'Expected fnm use to be "", Got: '(fnm use v8.11.3)
|
||
|
exit 1
|
||
|
end
|
||
|
|
||
|
if test (fnm alias v8.11.3 something) != ""
|
||
|
echo 'Expected fnm alias to be "", Got: '(fnm alias v8.11.3 something)
|
||
|
exit 1
|
||
|
end
|