test: add specs to version bump utils (#16315)

This commit is contained in:
Shelley Vohr 2019-01-08 12:04:27 -08:00 committed by GitHub
parent 668049a593
commit 434f1368a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 9 deletions

View file

@ -77,5 +77,6 @@ module.exports = {
nextBeta,
makeVersion,
getElectronVersion,
nextNightly
nextNightly,
preType
}