Skip to content

Commit 9aad6c7

Browse files
committed
test-blob: remove the single type annotation from that non-Flow file
1 parent f796605 commit 9aad6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-blob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ describe('#89 Blob.slice test', (report, done) => {
236236
Promise.all(testData.map(assert)).then(done)
237237
}
238238

239-
function assert(d):Promise {
239+
function assert(d) {
240240
let content = d[0]
241241
let assertions = d[1]
242242
console.log('create blob content = ', content)

0 commit comments

Comments
 (0)