test: Add unit testing (get-latest-version) (#132)

This commit is contained in:
Shohei Ueda 2020-01-18 11:11:17 +09:00 committed by GitHub
parent 386980e22b
commit 442aa4dbd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 80 additions and 21 deletions

View file

@ -3,5 +3,7 @@ export enum Tool {
Org = 'gohugoio',
Repo = 'hugo',
CmdName = 'hugo',
CmdOptVersion = 'version'
CmdOptVersion = 'version',
TestVersionLatest = '0.62.2',
TestVersionSpec = '0.61.0'
}