Skip to content

Commit 9fc239b

Browse files
committed
Add comment to test helper
1 parent ca65886 commit 9fc239b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ function baseTest (t, name, input, number) {
8989
}
9090

9191
// Helper
92+
// Given a url, return a blob
9293
function getBlobFromImageUrl (url) {
9394
return new Promise(function (resolve, reject) {
9495
var img = document.createElement('img')

0 commit comments

Comments
 (0)