tests for DataFileServiceImpl

This commit is contained in:
alecmerdler 2017-03-12 00:21:59 -08:00
parent 7416534ab8
commit 527e108d2e
3 changed files with 92 additions and 8 deletions

View file

@ -13,7 +13,7 @@ export abstract class DataFileService {
* @param blob The blob to convert.
* @param callback The success callback given converted blob.
*/
public abstract blobToString(blob: any, callback: (result: string) => void): void;
public abstract blobToString(blob: Blob, callback: (result: string) => void): void;
/**
* Convert array to string.