diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-27 02:19:42 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-27 02:19:42 -0400 |
commit | c75b1b62372ba405fd7a8ca4bd89dbb92f864120 (patch) | |
tree | edc3797ce375d0c0423aca7974fbdefd553672b4 /website/app_test.js | |
parent | c226e1b44e9fc4f2cb77b6eea5d0464186ba66a8 (diff) |
Benchmarks: github link and truncate sha1 (#845)
Diffstat (limited to 'website/app_test.js')
-rw-r--r-- | website/app_test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/app_test.js b/website/app_test.js index d6e9b4d81..78adc3997 100644 --- a/website/app_test.js +++ b/website/app_test.js @@ -9,7 +9,7 @@ import { createSha1List, formatBytes, formatSeconds, - getTravisData, + getTravisData } from "./app.js"; const regularData = [ @@ -176,7 +176,7 @@ test(function formatSecondsPatterns() { assertEqual(formatSeconds(100), "2 min"); assertEqual(formatSeconds(1000), "17 min"); assertEqual(formatSeconds(10000), "167 min"); -}) +}); test(async function getTravisDataSuccess() { try { |