deps: update (#459)

This commit is contained in:
Shohei Ueda
2020-10-12 15:26:57 +09:00
committed by GitHub
parent d183b58fee
commit a5336818df
4 changed files with 2415 additions and 1714 deletions

View File

@@ -1,7 +1,7 @@
import getURL from '../src/get-url';
describe('getURL()', () => {
test('test', () => {
test('get a URL to an asset for each platform', () => {
const baseURL = 'https://github.com/gohugoio/hugo/releases/download/v0.58.2';
const urlLinux = `${baseURL}/hugo_0.58.2_Linux-64bit.tar.gz`;
const urlLinuxExtended = `${baseURL}/hugo_extended_0.58.2_Linux-64bit.tar.gz`;