🧪 Set up default emoji list for tests

Inject a tiny sample emoji list into each test so no download function
is engaged by default.
Add tests for version display.
This commit is contained in:
Marty Oehme 2022-06-29 10:55:47 +02:00
parent ceea79eb3a
commit 936f19bca6
Signed by: Marty
GPG key ID: B7538B8F50A1C800
3 changed files with 25 additions and 1 deletions

2
bemoji
View file

@ -40,7 +40,7 @@ usage() {
}
version() {
echo "v${bm_version}"
printf "v%s" "$bm_version"
exit
}